Skip to content

Commit

Permalink
fix: Update setuptools metadata (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 2, 2022
1 parent 406ec16 commit f73ece7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
name='xml2rfc',
author='Henrik Levkowetz',
author_email='tools-discuss@ietf.org',
maintainer = "Henrik Levkowetz",
maintainer_email = "henrik@levkowetz.com",
url='https://tools.ietf.org/tools/xml2rfc/trac/',
maintainer = "Kesara Rathnayake",
maintainer_email = "kesara@staff.ietf.org",
url='https://github.com/ietf-tools/xml2rfc',
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
download_url = "https://pypi.python.org/pypi/xml2rfc",
download_url = "https://github.com/ietf-tools/xml2rfc/releases",
classifiers= [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit f73ece7

Please sign in to comment.