From f7c9206823cc118c3f32c2d35fe8e727aab36be5 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Fri, 14 Sep 2007 15:05:14 -0400 Subject: rough first draft of bugzilla commandline tool --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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'], ) -- cgit