Skip to content

Commit 3d77f6a

Browse files
committed
add back missing keys from pyproject.toml
1 parent 1f759e8 commit 3d77f6a

2 files changed

Lines changed: 1793 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ dependencies = [
2121
"scipy>=1.15.2,<2.0.0",
2222
"session-info2>=0.1.2,<0.2.0",
2323
]
24+
optional-dependencies.dev = ["pre-commit", "twine>=4.0.2"]
25+
optional-dependencies.test = ["coverage", "pytest", "pytest-cov", "setuptools"]
26+
urls.Documentation = "https://github.com/COMBINE-lab/QCatch#readme"
27+
urls.Homepage = "https://github.com/COMBINE-lab/QCatch"
28+
urls.Source = "https://github.com/COMBINE-lab/QCatch"
29+
scripts.qcatch = "qcatch.main:main"
30+
2431

2532
[build-system]
2633
requires = ["hatchling"]

0 commit comments

Comments
 (0)