bundle the latest cymruwhois as it is not available on pypi

This commit is contained in:
Babak Farrokhi 2016-05-04 09:21:30 +04:30
parent 31372790e9
commit 9d28cd8faa
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A
3 changed files with 2 additions and 8 deletions

View File

@ -1 +1,2 @@
include LICENSE README.md TODO.md public-servers.txt
include cymruwhois/*.py

View File

@ -1 +0,0 @@
https://github.com/JustinAzoff/python-cymruwhois/archive/1.5.zip#egg=cymruwhois==1.5

View File

@ -1,13 +1,8 @@
from setuptools import setup, find_packages
setup(
name = "dnsdiag",
version = "1.3.0",
version = "1.3.1",
packages = find_packages(),
install_requires = ['cymruwhois==1.5'],
dependency_links = [
"https://github.com/JustinAzoff/python-cymruwhois/archive/1.5.zip#egg=cymruwhois-1.5"
],
scripts = ['dnsping.py', 'dnstraceroute.py', 'dnseval.py'],
classifiers=[
"Topic :: System :: Networking",
@ -17,7 +12,6 @@ setup(
'Programming Language :: Python :: 3.4',
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
],
author = "Babak Farrokhi",