Skip to content

Commit e78054c

Browse files
committed
feat: add pypi classifiers
1 parent cb0b613 commit e78054c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ def get_version():
3737
classifiers=[
3838
"Intended Audience :: Developers",
3939
"Programming Language :: Python :: 3",
40+
"Programming Language :: Python :: 3.8.1",
4041
"Programming Language :: Python :: 3.9",
42+
"Programming Language :: Python :: 3.10",
43+
"Programming Language :: Python :: 3.11",
44+
"Programming Language :: Python :: 3.12",
45+
"License :: OSI Approved :: Apache Software License",
4146
],
4247
)

0 commit comments

Comments
 (0)