Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-06-10 16:34:46 +0300
committerCasey Deccio <casey@deccio.net>2016-06-10 16:34:46 +0300
commitfe1150c033764554eb027039abfd1c3dbdb5ca42 (patch)
tree6ae5d1077d692b0a915d63cf2ae81f0992399362 /setup.py
parentb0450ffcc4a55b8c3ff11fa5d104b3ab8151a1ff (diff)
Add trove classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index bdc6992..2e38605 100644
--- a/setup.py
+++ b/setup.py
@@ -110,5 +110,22 @@ setup(name='dnsviz',
'm2crypto (>=0.24.0)',
'dnspython (>=1.11)',
],
+ classifiers=[
+ 'Development Status :: 5 - Production/Stable',
+ 'Environment :: Console',
+ 'Environment :: Web Environment',
+ 'Intended Audience :: Developers',
+ 'Intended Audience :: System Administrators',
+ 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
+ 'Natural Language :: English',
+ 'Operating System :: MacOS :: MacOS X',
+ #'Operating System :: OS Independent',
+ 'Operating System :: POSIX',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
+ 'Topic :: Internet :: Name Service (DNS)',
+ 'Topic :: Scientific/Engineering :: Visualization',
+ 'Topic :: System :: Networking :: Monitoring',
+ ],
cmdclass={ 'build': MyBuild, 'install': MyInstall },
)