From 7f4a44c70fa4568aae48334950b248a6c8fc2c7d Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Mon, 2 May 2016 11:17:00 +0430 Subject: [PATCH] small fixes for PyPI --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3e8a145..1eefcb6 100644 --- a/setup.py +++ b/setup.py @@ -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",