Skip to content

Commit c772565

Browse files
authored
Update setup.py
1 parent 0309a4b commit c772565

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
long_description = fh.read()
1212

1313
# Dynamically calculate the version based on mailjet_rest.VERSION.
14-
version = __import__('mailjet_rest').get_version()
14+
version = "latest"
1515

1616
setup(
1717
name=PACKAGE_NAME,
18-
version=version,
1918
author='starenka',
2019
author_email='starenka0@gmail.com',
2120
maintainer='Mailjet',
2221
maintainer_email='api@mailjet.com',
23-
download_url='https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v' + version,
22+
version="latest",
23+
download_url='https://github.com/mailjet/mailjet-apiv3-python/releases/' + version,
2424
url='https://github.com/mailjet/mailjet-apiv3-python',
2525
description=('Mailjet V3 API wrapper'),
2626
long_description=long_description,

0 commit comments

Comments
 (0)