Skip to content

Commit

Permalink
extend package information
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Jul 1, 2024
1 parent 738578d commit 165266d
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,27 @@
[tool.poetry]
name = "compliance-assistant"
version = "0.1.0"
description = ""
description = "Toolset that helps with creating and interacting with SBOMs, enriching with licensing and copyright information, and checking for Open Source license compliance"
authors = ["Max Mehl <[email protected]>"]
# readme = "README.md"
# keywords = []
# license = ""
# classifiers = [
# "Development Status :: 5 - Production/Stable",
# "Environment :: Console",
# ]
readme = "README.md"
keywords = [
"sbom",
"compliance",
"clearlydefined",
"cyclonedx",
"spdx",
"license",
"copyright",
"flict",
"compatibility",
]
license = "Apache-2.0"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development",
]
packages = [{ include = "complassist" }]

[tool.poetry.scripts]
Expand Down

0 comments on commit 165266d

Please sign in to comment.