File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 77HERE = os .path .abspath (os .path .dirname (__file__ ))
88PACKAGE_NAME = 'mailjet_rest'
99
10+ with open ("README.md" , "r" ) as fh :
11+ long_description = fh .read ()
12+
1013# Dynamically calculate the version based on mailjet_rest.VERSION.
1114version = __import__ ('mailjet_rest' ).get_version ()
1215
2023 download_url = 'https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v' + version ,
2124 url = 'https://github.com/mailjet/mailjet-apiv3-python' ,
2225 description = ('Mailjet V3 API wrapper' ),
23- classifiers = ['Development Status :: 3 - Alpha' ,
26+ long_description = long_description ,
27+ classifiers = ['Development Status :: 3' ,
2428 'Environment :: Console' ,
2529 'Intended Audience :: Developers' ,
2630 'License :: OSI Approved :: GNU General Public License (GPL)' ,
You can’t perform that action at this time.
0 commit comments