20 lines
537 B
Diff
20 lines
537 B
Diff
|
commit ba663530889f12834216d813aee128865bdf8fea
|
||
|
Author: Andy Grover <agrover@redhat.com>
|
||
|
Date: Fri Nov 1 12:15:17 2013 -0700
|
||
|
|
||
|
Update setup.py for targetctl script
|
||
|
|
||
|
Signed-off-by: Andy Grover <agrover@redhat.com>
|
||
|
|
||
|
diff --git a/setup.py b/setup.py
|
||
|
index 7f41d52..5886fbc 100755
|
||
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -27,5 +27,6 @@ setup (
|
||
|
maintainer_email = 'agrover@redhat.com',
|
||
|
url = 'http://github.com/agrover/rtslib-fb',
|
||
|
packages = ['rtslib'],
|
||
|
+ scripts = ['scripts/targetctl'],
|
||
|
use_2to3 = True,
|
||
|
)
|