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