Skip to content

Commit 6c90add

Browse files
committed
fix: use valid Apache classifier for PyPI
1 parent f4b0fc5 commit 6c90add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
keywords = ["flatseek", "profiling", "performance"]
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",
18-
"License :: OSI Approved :: Apache License 2.0",
18+
"License :: OSI Approved :: Apache Software License :: Version 2.0",
1919
"Programming Language :: Python :: 3",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)