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
|
||
|
|
||
|
#
|