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