Fixing license classifier

This commit is contained in:
gumyr 2023-11-02 10:19:23 -04:00
parent 45e0433bea
commit b8cfcf027d

View file

@ -16,7 +16,7 @@ dynamic = ["version"]
authors = [ authors = [
{name = "Roger Maitland", email = "gumyr9@gmail.com"}, {name = "Roger Maitland", email = "gumyr9@gmail.com"},
] ]
description = "A python CAD programming library " description = "A python CAD programming library"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"
keywords = [ keywords = [
@ -31,7 +31,7 @@ keywords = [
] ]
license = {text = "Apache-2.0"} license = {text = "Apache-2.0"}
classifiers = [ classifiers = [
"License :: OSI Approved :: Apache-2.0 License", "License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
] ]