Include setup script

master
Sven Slootweg 12 years ago
parent 5cad82d682
commit e7fdf1c52c

@ -0,0 +1,11 @@
from setuptools import setup
setup(name='pythonwhois',
version='1.0.0',
description='Module for retrieving and parsing the WHOIS data for a domain. Supports most domains.',
author='Sven Slootweg',
author_email='pythonwhois@cryto.net',
url='http://cryto.net/pythonwhois',
packages=['pythonwhois'],
provides=['pythonwhois']
)
Loading…
Cancel
Save