[nltk] 01/03: Imported Upstream version 3.0.1

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Jan 23 09:38:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository nltk.

commit 98e9661bce954bffa0957ae0f3fb9e3c233f94c4
Author: Daniel Stender <daniel at danielstender.com>
Date:   Fri Jan 23 10:27:30 2015 +0100

    Imported Upstream version 3.0.1
---
 PKG-INFO               | 2 +-
 nltk.egg-info/PKG-INFO | 2 +-
 nltk/VERSION           | 2 +-
 setup.cfg              | 2 +-
 setup.py               | 7 -------
 5 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index f55bd18..edd6f1e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: nltk
-Version: 3.0.0
+Version: 3.0.1
 Summary: Natural Language Toolkit
 Home-page: http://nltk.org/
 Author: Steven Bird
diff --git a/nltk.egg-info/PKG-INFO b/nltk.egg-info/PKG-INFO
index f55bd18..edd6f1e 100644
--- a/nltk.egg-info/PKG-INFO
+++ b/nltk.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: nltk
-Version: 3.0.0
+Version: 3.0.1
 Summary: Natural Language Toolkit
 Home-page: http://nltk.org/
 Author: Steven Bird
diff --git a/nltk/VERSION b/nltk/VERSION
index 4a36342..cb2b00e 100644
--- a/nltk/VERSION
+++ b/nltk/VERSION
@@ -1 +1 @@
-3.0.0
+3.0.1
diff --git a/setup.cfg b/setup.cfg
index a669c45..72f9d44 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [egg_info]
 tag_svn_revision = 0
-tag_build = 
 tag_date = 0
+tag_build = 
 
diff --git a/setup.py b/setup.py
index 3ec0949..079bcf3 100644
--- a/setup.py
+++ b/setup.py
@@ -29,13 +29,6 @@ with open(version_file) as fh:
 # setuptools
 from setuptools import setup, find_packages
 
-#
-# Prevent setuptools from trying to add extra files to the source code
-# manifest by scanning the version control system for its contents.
-#
-from setuptools.command import sdist
-del sdist.finders[:]
-
 setup(
     name = "nltk",
     description = "Natural Language Toolkit",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nltk.git



More information about the debian-science-commits mailing list