05e79db05a
update OBS-URL: https://build.opensuse.org/request/show/209813 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=5
13 lines
232 B
Diff
13 lines
232 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -19,9 +19,6 @@
|
|
with open(version_file) as fh:
|
|
nltk_version = fh.read().strip()
|
|
|
|
-import distribute_setup
|
|
-distribute_setup.use_setuptools()
|
|
-
|
|
from setuptools import setup, find_packages
|
|
|
|
#
|