Merge pull request #3391 from nicoddemus/project-urls

Add additional project urls to setup.py
This commit is contained in:
Ronny Pfannschmidt 2018-04-12 08:54:12 +02:00 committed by GitHub
commit 160c309371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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=(