mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-04-02 22:10:23 +00:00
Add more project URL links
This commit is contained in:
parent
892462960d
commit
15d711ad16
1 changed files with 6 additions and 1 deletions
7
setup.py
7
setup.py
|
|
@ -21,7 +21,12 @@ setup(
|
|||
long_description=open('README.rst').read(),
|
||||
author='Alyssa Coghlan',
|
||||
author_email='ncoghlan@gmail.com',
|
||||
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue