remove unknown classifier

This commit is contained in:
Jay Lee 2025-02-08 19:46:32 +00:00
parent 7ece7a0a1a
commit 0a9ea7fc83

View File

@ -34,7 +34,6 @@ classifiers = [
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"License :: OSI Approved :: Apache License",
] ]
license = {text = "Apache License (2.0)"} license = {text = "Apache License (2.0)"}
license-files = ["LICEN[CS]E*"] license-files = ["LICEN[CS]E*"]