Commit 6e96d805 by David Baumgold

Remove distribute_setup.py

So that NLTK will use setuptools rather than distribute
parent 0f6315a4
#!/usr/bin/env python
#
# Distribute setup script for the Natural Language Toolkit
# Setup script for the Natural Language Toolkit
#
# Copyright (C) 2001-2012 NLTK Project
# Author: Steven Bird <sb@csse.unimelb.edu.au>
......@@ -19,9 +19,6 @@ version_file = os.path.join(os.path.dirname(__file__), 'nltk', 'VERSION')
with open(version_file) as fh:
nltk_version = fh.read().strip()
import distribute_setup
distribute_setup.use_setuptools()
from setuptools import setup, find_packages
setup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment