Skip to content

Commit

Permalink
Fixing license classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Nov 2, 2023
1 parent 45e0433 commit b8cfcf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dynamic = ["version"]
authors = [
{name = "Roger Maitland", email = "[email protected]"},
]
description = "A python CAD programming library "
description = "A python CAD programming library"
readme = "README.md"
requires-python = ">=3.9"
keywords = [
Expand All @@ -31,7 +31,7 @@ keywords = [
]
license = {text = "Apache-2.0"}
classifiers = [
"License :: OSI Approved :: Apache-2.0 License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
Expand Down

0 comments on commit b8cfcf0

Please sign in to comment.