We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1713d1 commit 0dac4a7Copy full SHA for 0dac4a7
python/pyproject.toml
@@ -5,10 +5,10 @@ description = "Python tools for programmatically annotating VCFs with the Sesh
5
readme = "README.md"
6
authors = ["Clint Valentine <[email protected]>"]
7
license = "MIT"
8
-include = ["LICENSE"]
9
-homepage = "https://github.com/clintval/tp53"
+include = ["CONTRIBUTING.md", "LICENSE"]
+homepage = "https://github.com/clintval/tp53/blob/main/python"
10
repository = "https://github.com/clintval/tp53"
11
-documentation = "https://github.com/clintval/tp53"
+documentation = "https://github.com/clintval/tp53/blob/main/python/README.md"
12
classifiers = [
13
"Development Status :: 3 - Alpha",
14
"Environment :: Console",
0 commit comments