We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7a32f commit 8d18725Copy full SHA for 8d18725
1 file changed
setup.py
@@ -27,8 +27,8 @@
27
'author': 'LasLabs Inc.',
28
'author_email': 'support@laslabs.com',
29
'description': SHORT_DESC,
30
- 'url': 'https://laslabs.github.io/%s' % PROJECT,
31
- '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,
32
'license': 'MIT',
33
'classifiers': [
34
'Development Status :: 4 - Beta',
0 commit comments