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.
1 parent 0309a4b commit c772565Copy full SHA for c772565
setup.py
@@ -11,16 +11,16 @@
11
long_description = fh.read()
12
13
# Dynamically calculate the version based on mailjet_rest.VERSION.
14
-version = __import__('mailjet_rest').get_version()
+version = "latest"
15
16
setup(
17
name=PACKAGE_NAME,
18
- version=version,
19
author='starenka',
20
author_email='[email protected]',
21
maintainer='Mailjet',
22
maintainer_email='[email protected]',
23
- 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,
24
url='https://github.com/mailjet/mailjet-apiv3-python',
25
description=('Mailjet V3 API wrapper'),
26
long_description=long_description,
0 commit comments