Skip to content

Commit a030177

Browse files
committed
fix: initial release to pypi, tell poetry to include cyclonedx package
1 parent 4c620ed commit a030177

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.0.6"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <[email protected]>"]
66
license = "Apache-2.0"
7+
packages = [
8+
{ include = "cyclonedx" }
9+
]
710

811
[tool.poetry.dependencies]
912
python = "^3.6"

0 commit comments

Comments
 (0)