diff --git a/setup.py b/setup.py index 3496815..ecc549a 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,6 @@ setup(name='pythonwhois', url='http://cryto.net/pythonwhois', packages=['pythonwhois'], provides=['pythonwhois'], - scripts=["pwhois"] + scripts=["pwhois"], + license="WTFPL" )