Corrected package naming
This commit is contained in:
parent
9efeb7d8f3
commit
40a721e7fd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
||||||
from distutils.core import setup, Extension
|
from distutils.core import setup, Extension
|
||||||
|
|
||||||
setup(name = "spamsum",
|
setup(name = "pyspamsum",
|
||||||
version = "1.0.0",
|
version = "1.0.0",
|
||||||
author = "Russell Keith-Magee",
|
author = "Russell Keith-Magee",
|
||||||
author_email = "russell@keith-magee.com",
|
author_email = "russell@keith-magee.com",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue