Ticket #42097: patch-setup.py.diff
File patch-setup.py.diff, 305 bytes (added by mndavidoff (Monte Davidoff), 11 years ago) |
---|
-
setup.py
old new 19 19 with open(version_file) as fh: 20 20 nltk_version = fh.read().strip() 21 21 22 import distribute_setup23 distribute_setup.use_setuptools()24 25 22 from setuptools import setup, find_packages 26 23 27 24 #