X-Git-Url: https://git.kaliko.me/?p=python-daemon.git;a=blobdiff_plain;f=setup.py;h=da436c06d7804a0f8294a02c9804f6606000a515;hp=9b7e87e2211e8f6feb39203334a714263c7bf031;hb=4158a7a7b2d099696d89bf102001613c7c2d75ab;hpb=ca0b30b5ae63177c6c27a51e066c0cd6641e8c0c diff --git a/setup.py b/setup.py index 9b7e87e..da436c0 100755 --- a/setup.py +++ b/setup.py @@ -40,15 +40,15 @@ along with this program. If not, see .\ setup( - name="python-daemon", + name="python-seth", version=VERSION, description="Python Daemon library", py_modules=["seth"], long_description=DESCRIPTION, 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/", + url="http://git.kaliko.me/?p=python-seth.git;a=summary", + download_url="http://pypi.python.org/pypi/python-seth/", classifiers=CLASSIFIERS, license=LICENSE, keywords=["daemon", "unix"],