We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 269118a + 9002f11 commit bf12cd2Copy full SHA for bf12cd2
descarteslabs/__init__.py
@@ -14,7 +14,7 @@
14
15
# flake8: noqa
16
17
-__version__ = "0.1.0"
+__version__ = "0.1.1"
18
from .auth import Auth
19
descartes_auth = Auth()
20
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+description-file=README.md
setup.py
@@ -34,6 +34,7 @@ def do_setup():
34
kwargs['author'] = 'Descartes Labs'
35
kwargs['author_email'] = '[email protected]'
36
kwargs['url'] = 'https://github.com/descarteslabs/descarteslabs-python'
37
+ kwargs['download_url'] = "https://github.com/descarteslabs/descarteslabs-python/archive/v%s.tar.gz" % __version__
38
39
clssfrs = [
40
"Programming Language :: Python",
0 commit comments