Skip to content

Commit 0dac4a7

Browse files
committed
chore: fixup PyPI links in pyproject.toml
1 parent d1713d1 commit 0dac4a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description = "Python tools for programmatically annotating VCFs with the Sesh
55
readme = "README.md"
66
authors = ["Clint Valentine <[email protected]>"]
77
license = "MIT"
8-
include = ["LICENSE"]
9-
homepage = "https://github.com/clintval/tp53"
8+
include = ["CONTRIBUTING.md", "LICENSE"]
9+
homepage = "https://github.com/clintval/tp53/blob/main/python"
1010
repository = "https://github.com/clintval/tp53"
11-
documentation = "https://github.com/clintval/tp53"
11+
documentation = "https://github.com/clintval/tp53/blob/main/python/README.md"
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",
1414
"Environment :: Console",

0 commit comments

Comments
 (0)