Ticket #42097: patch-setup.py.diff

File patch-setup.py.diff, 305 bytes (added by mndavidoff (Monte Davidoff), 10 years ago)
  • setup.py

    old new  
    1919with open(version_file) as fh:
    2020    nltk_version = fh.read().strip()
    2121
    22 import distribute_setup
    23 distribute_setup.use_setuptools()
    24 
    2522from setuptools import setup, find_packages
    2623
    2724#