equal
deleted
inserted
replaced
6 setuptools.setup( |
6 setuptools.setup( |
7 name='python-whois', |
7 name='python-whois', |
8 version=version, |
8 version=version, |
9 description="Whois querying and parsing of domain registration information.", |
9 description="Whois querying and parsing of domain registration information.", |
10 long_description='', |
10 long_description='', |
|
11 install_requires=[ |
|
12 'future', |
|
13 ], |
11 classifiers=[ |
14 classifiers=[ |
12 'Environment :: Web Environment', |
15 'Environment :: Web Environment', |
13 'Intended Audience :: Developers', |
16 'Intended Audience :: Developers', |
14 'License :: OSI Approved :: MIT License', |
17 'License :: OSI Approved :: MIT License', |
15 'Operating System :: OS Independent', |
18 'Operating System :: OS Independent', |