Fixed license classifier

This commit is contained in:
David Scripka 2022-12-29 17:12:15 -05:00
parent 525d71dbe7
commit 144a19ccb6

View file

@ -21,7 +21,7 @@ readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache 2.0 License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]