alan-turing-institute / python-project-template

15 stars 3 forks source link

setuptools backend includes hatch options #5

Closed phinate closed 9 months ago

phinate commented 1 year ago

this is erroneously included in pyproject.toml

[tool.hatch]
version.path = "src/reponame/__init__.py"
envs.default.dependencies = [
  "pytest",
  "pytest-cov",
]
phinate commented 9 months ago

Fixed by #21!