We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4e5fe commit 13a3150Copy full SHA for 13a3150
3 files changed
MANIFEST.in
@@ -1 +1 @@
1
-include COPYING TODO README selftest.py MANIFEST.in
+include COPYING TODO README selftest.py MANIFEST.in bugzilla.1
bugzilla/base.py
@@ -18,7 +18,7 @@
18
import logging
19
log = logging.getLogger('bugzilla')
20
21
-version = '0.4-rc2'
+version = '0.4-rc3'
22
user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
23
(urllib2.__version__,version)
24
setup.py
@@ -10,4 +10,5 @@
10
url='http://wwoods.fedorapeople.org/python-bugzilla/',
11
packages = ['bugzilla'],
12
scripts=['bin/bugzilla'],
13
+ data_files=[('share/man/man1', ['bugzilla.1'])],
14
)
0 commit comments