Skip to content

Commit 8d18725

Browse files
committed
[FIX] Fix project links in setup
1 parent eb7a32f commit 8d18725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
'author': 'LasLabs Inc.',
2828
'author_email': 'support@laslabs.com',
2929
'description': SHORT_DESC,
30-
'url': 'https://laslabs.github.io/%s' % PROJECT,
31-
'download_url': 'https://github.com/LasLabs/%s' % PROJECT,
30+
'url': 'https://laslabs.github.io/python-%s' % PROJECT,
31+
'download_url': 'https://github.com/LasLabs/python-%s' % PROJECT,
3232
'license': 'MIT',
3333
'classifiers': [
3434
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)