fix cymruwhois dependency for setuptools
This commit is contained in:
parent
264ea765e8
commit
dd926f4eb3
@ -1,2 +1 @@
|
||||
include LICENSE README.md TODO.md
|
||||
include *.txt
|
||||
include LICENSE README.md TODO.md public-servers.txt
|
||||
|
9
setup.py
9
setup.py
@ -1,8 +1,12 @@
|
||||
from setuptools import setup, find_packages
|
||||
setup(
|
||||
name = "dnsdiag",
|
||||
version = "1.2.1",
|
||||
packages = find_packages(),
|
||||
version = "1.2.2",
|
||||
install_requires = ['cymruwhois==1.4'],
|
||||
dependency_links = [
|
||||
"https://github.com/JustinAzoff/python-cymruwhois/archive/a34543335cbef02b1b615e774ce5b6187afb0cc2.zip#egg=cymruwhois-1.4"
|
||||
],
|
||||
|
||||
scripts = ['dnsping.py', 'dnstraceroute.py', 'dnseval.py'],
|
||||
classifiers=[
|
||||
"Topic :: System :: Networking",
|
||||
@ -13,7 +17,6 @@ setup(
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
],
|
||||
|
||||
install_requires = ['cymruwhois>=1.4'],
|
||||
author = "Babak Farrokhi",
|
||||
author_email = "babak@farrokhi.net",
|
||||
description = "DNS Diagnostics and measurement tools (ping, traceroute)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user