X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=setup.py;h=2951ad2af4379ad4506f601c65edeae1ebd19824;hp=39cf03ae00ae0de555672a372062b119388a2d56;hb=HEAD;hpb=634f989b250b07e562db85eb043a572fc0055fc1 diff --git a/setup.py b/setup.py index 39cf03a..2951ad2 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,11 @@ from distutils.core import setup import os setup(name="python-rwhoisd", - version="0.2", + version="0.4.1", description="A lightweight RWhois server written in Python", author="David Blacka", author_email="david@blacka.com", + url="http://blacka.com/software/python-rwhoisd", packages=['rwhoisd'], scripts=['bin/'+x for x in os.listdir('bin') if os.path.isfile('bin/'+x)],