summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-09-14 15:05:14 -0400
committerWill Woods <wwoods@redhat.com>2007-09-14 15:05:14 -0400
commitf7c9206823cc118c3f32c2d35fe8e727aab36be5 (patch)
treed79d2950c41aa20892215dd4f6da133e42b3a30e /setup.py
parentd9be5aa0a1081ef45159964f2538c1b5214b574e (diff)
downloadpython-bugzilla-f7c9206823cc118c3f32c2d35fe8e727aab36be5.tar.gz
python-bugzilla-f7c9206823cc118c3f32c2d35fe8e727aab36be5.tar.xz
python-bugzilla-f7c9206823cc118c3f32c2d35fe8e727aab36be5.zip
rough first draft of bugzilla commandline tool
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ea7e416..322293b 100644
--- a/setup.py
+++ b/setup.py
@@ -9,4 +9,5 @@ setup(name='bugzilla',
author_email='wwoods@redhat.com',
url='http://localhost/',
py_modules=['bugzilla'],
+ scripts=['bugzilla'],
)