Skip to content

Commit 226e356

Browse files
committed
Added setup.py.
1 parent 0eb1a52 commit 226e356

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎setup.py‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
(0)