Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit b219e3f

Browse files
committed
update doc [ci skip]
1 parent 60becb2 commit b219e3f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
author_email='contact@mljar.com',
1919
license='Apache-2.0',
2020
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
21-
install_requires=['requests', 'marshmallow']
21+
install_requires=['requests', 'marshmallow'],
22+
classifiers=(
23+
'Programming Language :: Python',
24+
'Programming Language :: Python :: 2.7',
25+
'Programming Language :: Python :: 3.6'
26+
),
2227
)

0 commit comments

Comments
 (0)