Merge pull request #3391 from nicoddemus/project-urls
Add additional project urls to setup.py
This commit is contained in:
commit
160c309371
4
setup.py
4
setup.py
|
@ -87,6 +87,10 @@ def main():
|
||||||
'write_to': '_pytest/_version.py',
|
'write_to': '_pytest/_version.py',
|
||||||
},
|
},
|
||||||
url='http://pytest.org',
|
url='http://pytest.org',
|
||||||
|
project_urls={
|
||||||
|
'Source': 'https://github.com/pytest-dev/pytest',
|
||||||
|
'Tracker': 'https://github.com/pytest-dev/pytest/issues',
|
||||||
|
},
|
||||||
license='MIT license',
|
license='MIT license',
|
||||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||||
author=(
|
author=(
|
||||||
|
|
Loading…
Reference in New Issue