small fixes for PyPI

This commit is contained in:
Babak Farrokhi 2016-05-02 11:17:00 +04:30
parent fe5c30ce24
commit 7f4a44c70f
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name = "dnsdiag",
version = "1.2.4",
version = "1.2.5",
packages = find_packages(),
install_requires = ['cymruwhois==1.5'],
dependency_links = [
@ -13,9 +13,11 @@ setup(
"Topic :: System :: Networking",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"License :: OSI Approved :: BSD License",
'Programming Language :: Python :: 3.4',
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
],
author = "Babak Farrokhi",