Skip to content

Commit

Permalink
[FIX] Fix project links in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lasley committed Aug 10, 2017
1 parent eb7a32f commit 8d18725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
'author': 'LasLabs Inc.',
'author_email': '[email protected]',
'description': SHORT_DESC,
'url': 'https://laslabs.github.io/%s' % PROJECT,
'download_url': 'https://github.com/LasLabs/%s' % PROJECT,
'url': 'https://laslabs.github.io/python-%s' % PROJECT,
'download_url': 'https://github.com/LasLabs/python-%s' % PROJECT,
'license': 'MIT',
'classifiers': [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 8d18725

Please sign in to comment.