Skip to content

Commit 6fe86ee

Browse files
committed
fix: python classifiers
1 parent 9597fe6 commit 6fe86ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ readme = "README.md"
1313
requires-python = ">=3.7"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: Apache2.0",
16+
"License :: OSI Approved :: Apache Software License",
1717
"Operating System :: OS Independent",
18+
"Development Status :: 2 - Pre-Alpha",
1819
]
1920

2021
[project.urls]

0 commit comments

Comments
 (0)