Skip to content

Commit 8dd185e

Browse files
committed
fix some packaging junk, clarify README a bit
1 parent b5c728a commit 8dd185e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ over XMLRPC.
33

44
Currently it targets Red Hat's xmlrpc services, because:
55
a) That's what the Fedora project uses, and
6-
b) It's a lot richer than the Bugzilla 3.0 web services API.
6+
b) Even if it is ugly, it's got more methods than the Bugzilla 3.0 API
77

8-
In the near future (see TODO) we will support the Bugzilla 3.0 API, although
9-
it may not support all the same methods as the RHBugzilla class.
8+
In the near future (see TODO) we may support the Bugzilla 3.0 API, although
9+
it probably won't not support all the same methods as the RHBugzilla class.
1010

1111
In the long-term future, Red Hat is planning on porting their interfaces to
1212
the Bugzilla 3.0 framework and contributing them to upstream Bugzilla, so in

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
from glob import glob
33
import bugzilla
44

5-
setup(name='bugzilla',
5+
setup(name='python-bugzilla',
66
version=str(bugzilla.version),
77
description='Bugzilla XMLRPC access module',
88
author='Will Woods',
99
author_email='[email protected]',
10-
url='http://localhost/',
10+
url='http://wwoods.fedorapeople.org/python-bugzilla/',
1111
py_modules=['bugzilla'],
1212
scripts=['bugzilla'],
1313
)

0 commit comments

Comments
 (0)