Skip to content

Commit

Permalink
Add more project URL links
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan authored Jun 19, 2024
1 parent 8924629 commit 15d711a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
long_description=open('README.rst').read(),
author='Alyssa Coghlan',
author_email='[email protected]',
url='http://contextlib2.readthedocs.org',
url='https://github.com/jazzband/contextlib2',
project_urls= {
'Documentation': 'https://contextlib2.readthedocs.org',
'Source': 'https://github.com/jazzband/contextlib2.git',
'Issue Tracker': 'https://github.com/jazzband/contextlib2.git',
}
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 15d711a

Please sign in to comment.