Corrected a duplicate tag in the setup.py, tagged for v1.0.1
This commit is contained in:
parent
ccc8b03bb4
commit
bf22f3902d
1 changed files with 1 additions and 4 deletions
5
setup.py
5
setup.py
|
|
@ -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", [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue