We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2d18c commit 2fcfa5aCopy full SHA for 2fcfa5a
3 files changed
.circleci/circleci-readme.md
.circleci/config.yml
pyproject.toml
@@ -4,9 +4,15 @@ version = "0.0.7"
4
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
5
authors = ["Paul Horton <phorton@sonatype.com>"]
6
license = "Apache-2.0"
7
+readme = "README.md"
8
+homepage = "https://github.com/CycloneDX/cyclonedx-python-lib"
9
+repository = "https://github.com/CycloneDX/cyclonedx-python-lib"
10
packages = [
11
{ include = "cyclonedx" }
12
]
13
+include = [
14
+ "LICENSE"
15
+]
16
17
[tool.poetry.dependencies]
18
python = "^3.6"
0 commit comments