Skip to content

Commit b4a66e0

Browse files
committed
ignore distributions, add updated setup.py file
1 parent 633ca62 commit b4a66e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ pip-delete-this-directory.txt
2727
.cache
2828
nosetests.xml
2929
coverage.xml
30-
junit*
30+
junit*
31+
build/
32+
dist/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
url='https://github.com/mailjet/mailjet-apiv3-python',
2525
description=('Mailjet V3 API wrapper'),
2626
long_description=long_description,
27-
classifiers=['Development Status :: 4',
27+
classifiers=['Development Status :: 4 - Beta',
2828
'Environment :: Console',
2929
'Intended Audience :: Developers',
3030
'License :: OSI Approved :: GNU General Public License (GPL)',

0 commit comments

Comments
 (0)