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 17c07a2 commit 86d4466Copy full SHA for 86d4466
python-package/setup.py
@@ -6,4 +6,12 @@
6
description="Programmatically interact with the ASA API",
7
author="American Soccer Analysis",
8
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",
17
)
0 commit comments