We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ffd49 commit 02961faCopy full SHA for 02961fa
setup.py
@@ -20,9 +20,19 @@
20
author_email='[email protected]',
21
license='MIT',
22
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',
30
'License :: OSI Approved :: MIT License',
31
'Programming Language :: Python :: 2',
32
'Programming Language :: Python :: 2.7',
33
+ 'Topic :: Education',
34
+ 'Topic :: Scientific/Engineering :: Information Analysis',
35
+ 'Topic :: Security',
36
],
37
keywords='simulation cyber-physical systems security real-time mininet',
38
packages=['minicps'],
0 commit comments