comparison pyproject.toml @ 2:871dcb2a2aeb

fix package setup for hatch installability
author Paul Fisher <paul@pfish.zone>
date Sat, 14 Feb 2026 18:46:46 -0500
parents a39dd69b8972
children 4f42fdbb25f2
comparison
equal deleted inserted replaced
1:a39dd69b8972 2:871dcb2a2aeb
28 'mercurial', 28 'mercurial',
29 'hg-git', 29 'hg-git',
30 ] 30 ]
31 31
32 [tool.hatch.version] 32 [tool.hatch.version]
33 path = "src/git_serve.py" 33 path = "src/git_serve/__init__.py"
34 34
35 [tool.hatch.envs.types] 35 [tool.hatch.envs.types]
36 extra-dependencies = [ 36 extra-dependencies = [
37 "mypy>=1.0.0", 37 "mypy>=1.0.0",
38 ] 38 ]