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 54366ba commit 1de3894Copy full SHA for 1de3894
setup.py
@@ -12,4 +12,15 @@
12
packages=['beeswithmachineguns'],
13
scripts=['bees'],
14
install_requires=['boto', 'paramiko'],
15
+classifiers=[
16
+'Development Status :: 4 - Beta',
17
+'Environment :: Console',
18
+'Intended Audience :: Developers',
19
+'License :: OSI Approved :: MIT License',
20
+'Natural Language :: English',
21
+'Operating System :: OS Independent',
22
+'Programming Language :: Python',
23
+'Topic :: Software Development :: Testing :: Traffic Generation',
24
+'Topic :: Utilities',
25
+ ],
26
)
0 commit comments