Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diskovod committed Oct 20, 2020
1 parent 0309a4b commit c772565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
long_description = fh.read()

# Dynamically calculate the version based on mailjet_rest.VERSION.
version = __import__('mailjet_rest').get_version()
version = "latest"

setup(
name=PACKAGE_NAME,
version=version,
author='starenka',
author_email='starenka0@gmail.com',
maintainer='Mailjet',
maintainer_email='api@mailjet.com',
download_url='https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v' + version,
version="latest",
download_url='https://github.com/mailjet/mailjet-apiv3-python/releases/' + version,
url='https://github.com/mailjet/mailjet-apiv3-python',
description=('Mailjet V3 API wrapper'),
long_description=long_description,
Expand Down

0 comments on commit c772565

Please sign in to comment.