X-Git-Url: https://git.kaliko.me/?p=python-daemon.git;a=blobdiff_plain;f=setup.py;h=92b6836a90dc2f4b930b5dd1e28988c0587f554c;hp=9b7e87e2211e8f6feb39203334a714263c7bf031;hb=2a5a259502c4e742cf8faee47a12049d1f526736;hpb=ca0b30b5ae63177c6c27a51e066c0cd6641e8c0c diff --git a/setup.py b/setup.py index 9b7e87e..92b6836 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ along with this program. If not, see .\ setup( - name="python-daemon", + name="python-seth", version=VERSION, description="Python Daemon library", py_modules=["seth"], @@ -48,7 +48,7 @@ setup( author="Jack Kaliko", author_email="kaliko@azylum.org", url="http://git.kaliko.me/?p=python-daemon.git;a=summary", - download_url="http://pypi.python.org/pypi/python-daemon/", + download_url="http://pypi.python.org/pypi/python-seth/", classifiers=CLASSIFIERS, license=LICENSE, keywords=["daemon", "unix"],