File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1616setup (
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 ,
You can’t perform that action at this time.
0 commit comments