diff --git a/pyproject.toml b/pyproject.toml index 011a730..e7f2b36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,13 @@ name = "cyclonedx-conan" version = "0.3.0" description = "Creates CycloneDX Software Bill of Materials (SBOM) documents for C/C++ projects using Conan" authors = ["Patrick Dwyer "] +maintainers = [ + "Patrick Dwyer ", + "Jan Kowalleck ", +] license = "Apache-2.0" readme = "README.md" -homepage = "https://github.com/CycloneDX/cyclonedx-conan" +homepage = "https://github.com/CycloneDX/cyclonedx-conan#readme" repository = "https://github.com/CycloneDX/cyclonedx-conan" packages = [ { include = "src" }