Skip to content

Commit f2350b4

Browse files
authored
chore: package manifest fix link to homepage and documentation (#291)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent ba603cf commit f2350b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ maintainers = [
99
]
1010
license = "Apache-2.0"
1111
readme = "README.md"
12-
homepage = "https://github.com/CycloneDX/cyclonedx-python-lib"
12+
homepage = "https://github.com/CycloneDX/cyclonedx-python-lib/#readme"
1313
repository = "https://github.com/CycloneDX/cyclonedx-python-lib"
14+
documentation = "https://cyclonedx-python-library.readthedocs.io/"
1415
packages = [
1516
{ include = "cyclonedx" }
1617
]

0 commit comments

Comments
 (0)