Skip to content

Commit 86d4466

Browse files
committed
ASA-150: add classifiers to setup.py
1 parent 17c07a2 commit 86d4466

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

python-package/setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66
description="Programmatically interact with the ASA API",
77
author="American Soccer Analysis",
88
url="https://github.com/American-Soccer-Analysis/asa-package",
9+
classifiers=[
10+
"Programming Language :: Python",
11+
"Programming Language :: Python :: 3",
12+
"Programming Language :: Python :: 3.6",
13+
"Programming Language :: Python :: 3.7",
14+
"Programming Language :: Python :: 3.8",
15+
],
16+
python_requires=">=3.6",
917
)

0 commit comments

Comments
 (0)