X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=8062317527e370da9a5316b4872d256a8c157082;hp=b2ac214402c76b1ced5c017e1a2562f559d63b9f;hb=b006461004c8818992bf0b1d248f985b61e34841;hpb=f4a1c6e02ecf1314bf6afb1f219129395f28e2c0 diff --git a/setup.py b/setup.py index b2ac214..8062317 100644 --- a/setup.py +++ b/setup.py @@ -4,11 +4,10 @@ from distutils.core import setup import os setup(name="python-rwhoisd", - version="0.1", + version="0.2", description="A lightweight RWhois server written in Python", author="David Blacka", - author_email="davidb@verisignlabs.com", - url="http://www.rwhois.net/", + author_email="david@blacka.com", packages=['rwhoisd'], scripts=['bin/'+x for x in os.listdir('bin')], data_files=[('lib/pyrwhoisd/sample_data',