Skip to content

Commit bf12cd2

Browse files
authored
Merge pull request #38 from descarteslabs/feat/pypi
Adding download_url, bumping to 0.1.1
2 parents 269118a + 9002f11 commit bf12cd2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

descarteslabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# flake8: noqa
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.1.1"
1818
from .auth import Auth
1919
descartes_auth = Auth()
2020

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file=README.md

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def do_setup():
3434
kwargs['author'] = 'Descartes Labs'
3535
kwargs['author_email'] = '[email protected]'
3636
kwargs['url'] = 'https://github.com/descarteslabs/descarteslabs-python'
37+
kwargs['download_url'] = "https://github.com/descarteslabs/descarteslabs-python/archive/v%s.tar.gz" % __version__
3738

3839
clssfrs = [
3940
"Programming Language :: Python",

0 commit comments

Comments
 (0)