Skip to content

Commit

Permalink
add project_urls to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed May 31, 2018
1 parent f1cb956 commit 632955b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
description="""Django JSON encoder with numpy support.""",
long_description=io.open("README.rst", 'r', encoding="utf-8").read(),
url='https://github.com/illagrenan/django-numpy-json-encoder',
project_urls={
'Source': 'https://github.com/illagrenan/django-numpy-json-encoder',
'Tracker': 'https://github.com/illagrenan/django-numpy-json-encoder/issues',
},
license='MIT',
author='Vasek Dohnal',
author_email='vaclav.dohnal@gmail.com',
Expand Down

0 comments on commit 632955b

Please sign in to comment.