Skip to content

Commit 2b47dc7

Browse files
committed
Update classifiers, use better assertion messages in tests
1 parent fecb2d3 commit 2b47dc7

File tree

2 files changed

+75
-76
lines changed

2 files changed

+75
-76
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
license='MIT',
1414
classifiers=[
1515
'Framework :: Flask',
16-
'Programming Language :: Python :: 2',
17-
'Programming Language :: Python :: 2.7',
1816
'Programming Language :: Python :: 3',
1917
'Programming Language :: Python :: 3.4',
2018
'Programming Language :: Python :: 3.5',
19+
'Programming Language :: Python :: 3.6',
2120
'License :: OSI Approved :: MIT License',
2221
],
2322
keywords='web api rest jsonapi flask sqlalchemy marshmallow',

0 commit comments

Comments
 (0)