Skip to content

Commit 13a3150

Browse files
committed
Get ready for rc3 - add man page
1 parent 7f4e5fe commit 13a3150

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include COPYING TODO README selftest.py MANIFEST.in
1+
include COPYING TODO README selftest.py MANIFEST.in bugzilla.1

bugzilla/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import logging
1919
log = logging.getLogger('bugzilla')
2020

21-
version = '0.4-rc2'
21+
version = '0.4-rc3'
2222
user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
2323
(urllib2.__version__,version)
2424

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
url='http://wwoods.fedorapeople.org/python-bugzilla/',
1111
packages = ['bugzilla'],
1212
scripts=['bin/bugzilla'],
13+
data_files=[('share/man/man1', ['bugzilla.1'])],
1314
)

0 commit comments

Comments
 (0)