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