Skip to content

Commit 2fcfa5a

Browse files
committed
fix: additional info to poetry, remove circleci
1 parent da2d18c commit 2fcfa5a

File tree

3 files changed

+6
-145
lines changed

3 files changed

+6
-145
lines changed

.circleci/circleci-readme.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 117 deletions
This file was deleted.

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ version = "0.0.7"
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+
readme = "README.md"
8+
homepage = "https://github.com/CycloneDX/cyclonedx-python-lib"
9+
repository = "https://github.com/CycloneDX/cyclonedx-python-lib"
710
packages = [
811
{ include = "cyclonedx" }
912
]
13+
include = [
14+
"LICENSE"
15+
]
1016

1117
[tool.poetry.dependencies]
1218
python = "^3.6"

0 commit comments

Comments
 (0)