Corrected a duplicate tag in the setup.py, tagged for v1.0.1

This commit is contained in:
freakboy3742 2009-01-30 04:43:23 +00:00
parent ccc8b03bb4
commit bf22f3902d

View file

@ -1,7 +1,7 @@
from distutils.core import setup, Extension from distutils.core import setup, Extension
setup(name = "pyspamsum", setup(name = "pyspamsum",
version = "1.0.0", version = "1.0.1",
author = "Russell Keith-Magee", author = "Russell Keith-Magee",
author_email = "russell@keith-magee.com", author_email = "russell@keith-magee.com",
url = 'http://code.google.com/p/pyspamsum/', url = 'http://code.google.com/p/pyspamsum/',
@ -40,9 +40,6 @@ For details on spamsum itself, please see the spamsum README:
http://samba.org/ftp/unpacked/junkcode/spamsum/README http://samba.org/ftp/unpacked/junkcode/spamsum/README
""", """,
classifiers = [
],
ext_modules = [ ext_modules = [
Extension( Extension(
"spamsum", [ "spamsum", [