Skip to content

Commit 6693445

Browse files
authored
Merge pull request flasgger#304 from ederfmartins/support_py3_check_with_caniusepython3
Adding metadata information about python versions
2 parents 038fe9b + f24b751 commit 6693445

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,12 @@ def grep(attrname):
5656
'jsonschema<3.0.0',
5757
'mistune',
5858
'six>=1.10.0'
59+
],
60+
classifiers=[
61+
'Intended Audience :: Developers',
62+
'Programming Language :: Python :: 2',
63+
'Programming Language :: Python :: 2.7',
64+
'Programming Language :: Python :: 3',
65+
'Programming Language :: Python :: 3.6',
5966
]
6067
)

0 commit comments

Comments
 (0)