14
0
forked from pool/python-nltk

Accepting request 209813 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/209813
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=5
This commit is contained in:
Denisart Benjamin
2013-12-08 13:34:47 +00:00
committed by Git OBS Bridge
parent b77989d251
commit 05e79db05a
5 changed files with 32 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
--- 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
#