Skip to content

Commit 02961fa

Browse files
committed
Update classifiers
1 parent 83ffd49 commit 02961fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,19 @@
2020
author_email='[email protected]',
2121
license='MIT',
2222
classifiers=[
23+
'Development Status :: 5 - Production/Stable',
24+
'Environment :: Console',
25+
'Intended Audience :: Developers',
26+
'Intended Audience :: Education',
27+
'Intended Audience :: End Users/Desktop',
28+
'Natural Language :: English',
29+
'Operating System :: POSIX :: Linux',
2330
'License :: OSI Approved :: MIT License',
2431
'Programming Language :: Python :: 2',
2532
'Programming Language :: Python :: 2.7',
33+
'Topic :: Education',
34+
'Topic :: Scientific/Engineering :: Information Analysis',
35+
'Topic :: Security',
2636
],
2737
keywords='simulation cyber-physical systems security real-time mininet',
2838
packages=['minicps'],

0 commit comments

Comments
 (0)