diff options
| author | Andriy Orehov <andriyorehov@gmail.com> | 2019-11-14 13:49:42 +0200 |
|---|---|---|
| committer | Andriy Orehov <andriyorehov@gmail.com> | 2019-11-14 17:34:03 +0200 |
| commit | ff2f4a0e5478cb69acf197475e850b67ca391963 (patch) | |
| tree | 7f88e6fce12a0655369f3fc7ff98eee64912028c /setup.py | |
| parent | c7fd4cc82701baf26e1f2a4cc5812b97e91374d3 (diff) | |
| download | sphinx-git-ff2f4a0e5478cb69acf197475e850b67ca391963.tar.gz | |
add urls to Code and Issue tracker for PyPi
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -176,6 +176,10 @@ setup( description='Python documentation generator', long_description=long_desc, long_description_content_type='text/x-rst', + project_urls={ + "Code": "https://github.com/sphinx-doc/sphinx", + "Issue tracker": "https://github.com/sphinx-doc/sphinx/issues", + }, zip_safe=False, classifiers=[ 'Development Status :: 5 - Production/Stable', |
