Skip to content

Commit 1de3894

Browse files
committed
Added classifiers to setup.py.
1 parent 54366ba commit 1de3894

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎setup.py‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@
1212
packages=['beeswithmachineguns'],
1313
scripts=['bees'],
1414
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+
],
1526
)

0 commit comments

Comments
(0)