Skip to content

Commit

Permalink
fix: additional info to poetry, remove circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Sep 8, 2021
1 parent da2d18c commit 2fcfa5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 145 deletions.
28 changes: 0 additions & 28 deletions .circleci/circleci-readme.md

This file was deleted.

117 changes: 0 additions & 117 deletions .circleci/config.yml

This file was deleted.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2fcfa5a

Please sign in to comment.