Skip to content

Commit 4f77f96

Browse files
committed
Update some project metadata
* Drop references to the fedorahosted mailing list, it will be closed * Doc tweaks * Drop XMLRPC reference from setup.py, make it more generic Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 983a64b commit 4f77f96

3 files changed

Lines changed: 4 additions & 15 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,3 @@ If you are submitting a patch, ensure the following:
6363

6464
Running any of the functional tests is not a requirement for patch submission,
6565
but please give them a go if you are interested.
66-
67-
Patches can be submitted via github pull-request, or via the mailing list
68-
at python-bugzilla@lists.fedorahosted.org using 'git send-email'.
69-
70-
71-
# Bug reports
72-
73-
Bug reports should be submitted as github issues, or sent to the mailing list

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This was originally written specifically for Red Hat's Bugzilla instance
99
and is used heavily at Red Hat and in Fedora, but it should still be
1010
generically useful.
1111

12-
You can find some code examples in the [examples](examples) directory
12+
You can find some code examples in the [examples](examples) directory.
1313

14-
For questions about submitting bug reports or patches, see [CONTRIBUTING.md](CONTRIBUTING.md)
15-
16-
Questions, comments, and discussions should go to our mailing: http://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
14+
For questions about submitting patches, see [CONTRIBUTING.md](CONTRIBUTING.md)

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ def _parse_requirements(fname):
118118
setup(
119119
name='python-bugzilla',
120120
version=get_version(),
121-
description='Bugzilla XMLRPC access module',
122-
author='Cole Robinson',
123-
author_email='python-bugzilla@lists.fedorahosted.org',
121+
description='Library and command line tool for interacting with Bugzilla',
124122
license="GPLv2",
125123
url='https://github.com/python-bugzilla/python-bugzilla',
126124
classifiers=[
@@ -137,6 +135,7 @@ def _parse_requirements(fname):
137135
'Programming Language :: Python :: 3.5',
138136
'Programming Language :: Python :: 3.6',
139137
'Programming Language :: Python :: 3.7',
138+
'Programming Language :: Python :: 3.8',
140139
],
141140
packages=['bugzilla'],
142141
data_files=[],

0 commit comments

Comments
 (0)