-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: additional info to poetry, remove circleci
- Loading branch information
1 parent
da2d18c
commit 2fcfa5a
Showing
3 changed files
with
6 additions
and
145 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,15 @@ version = "0.0.7" | |
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files." | ||
authors = ["Paul Horton <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
homepage = "https://github.com/CycloneDX/cyclonedx-python-lib" | ||
repository = "https://github.com/CycloneDX/cyclonedx-python-lib" | ||
packages = [ | ||
{ include = "cyclonedx" } | ||
] | ||
include = [ | ||
"LICENSE" | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.6" | ||
|