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 7fd3bb1 commit f00f6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -35,8 +35,8 @@
'author': 'LasLabs Inc.',
'author_email': 'support@laslabs.com',
'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': CLASSIFIERS,
'version': version,
Expand Down

0 comments on commit f00f6ac

Please sign in to comment.