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 633ca62 commit b4a66e0Copy full SHA for b4a66e0
.gitignore
@@ -27,4 +27,6 @@ pip-delete-this-directory.txt
27
.cache
28
nosetests.xml
29
coverage.xml
30
-junit*
+junit*
31
+build/
32
+dist/
setup.py
@@ -24,7 +24,7 @@
24
url='https://github.com/mailjet/mailjet-apiv3-python',
25
description=('Mailjet V3 API wrapper'),
26
long_description=long_description,
- classifiers=['Development Status :: 4',
+ classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
0 commit comments