Skip to content

Commit 47e1ccc

Browse files
committed
Renamed executable and updated setup.py to manage requirements.
1 parent c1009fd commit 47e1ccc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

‎requirements.txt‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
boto
22
paramiko
3-
fabric

‎setup.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
url='http://github.com/newsapps/beeswithmachineguns',
1111
license='MIT',
1212
packages=['beeswithmachineguns'],
13-
scripts= ['bwmg'],
13+
scripts=['bees'],
14+
install_requires=['boto', 'paramiko'],
1415
)

0 commit comments

Comments
(0)