improving setuptools script
This commit is contained in:
parent
dd926f4eb3
commit
dc4dfc7b6f
@ -1,5 +1,5 @@
|
|||||||
language: python
|
language: python
|
||||||
python: "3.3"
|
python: "3.4"
|
||||||
install: pip install dnsdiag
|
install: pip install --process-dependency-links dnsdiag
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -2,6 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
setup(
|
setup(
|
||||||
name = "dnsdiag",
|
name = "dnsdiag",
|
||||||
version = "1.2.2",
|
version = "1.2.2",
|
||||||
|
packages = find_packages(),
|
||||||
install_requires = ['cymruwhois==1.4'],
|
install_requires = ['cymruwhois==1.4'],
|
||||||
dependency_links = [
|
dependency_links = [
|
||||||
"https://github.com/JustinAzoff/python-cymruwhois/archive/a34543335cbef02b1b615e774ce5b6187afb0cc2.zip#egg=cymruwhois-1.4"
|
"https://github.com/JustinAzoff/python-cymruwhois/archive/a34543335cbef02b1b615e774ce5b6187afb0cc2.zip#egg=cymruwhois-1.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user