From 0668eafcc026ce8ef1d421fad740a022b35f529c Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 24 Nov 2013 13:42:13 +0100 Subject: [PATCH] Update setup script --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" )