mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Fixing license classifier
This commit is contained in:
parent
45e0433bea
commit
b8cfcf027d
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue