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 0eb1a52 commit 226e356Copy full SHA for 226e356
setup.py
@@ -0,0 +1,14 @@
1
+#!/usr/bin/env python
2
+
3
+fromdistutils.coreimportsetup
4
5
+setup(name='beeswithmachineguns',
6
+version='0.1.0',
7
+description='A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).',
8
+author='Christopher Groskopf',
9
+author_email='[email protected]',
10
+url='http://github.com/newsapps/beeswithmachineguns',
11
+license='MIT',
12
+packages=['beeswithmachineguns'],
13
+scripts= ['bwmg'],
14
+ )
0 commit comments