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 fecb2d3 commit 2b47dc7Copy full SHA for 2b47dc7
setup.py
@@ -13,11 +13,10 @@
13
license='MIT',
14
classifiers=[
15
'Framework :: Flask',
16
- 'Programming Language :: Python :: 2',
17
- 'Programming Language :: Python :: 2.7',
18
'Programming Language :: Python :: 3',
19
'Programming Language :: Python :: 3.4',
20
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
21
'License :: OSI Approved :: MIT License',
22
],
23
keywords='web api rest jsonapi flask sqlalchemy marshmallow',
0 commit comments