comparison pyproject.toml @ 12:f630d9904ea7

Reorganize project into multiple files.
author Paul Fisher <paul@pfish.zone>
date Wed, 18 Feb 2026 16:17:05 -0500
parents ce204bcc4e04
children
comparison
equal deleted inserted replaced
11:ce204bcc4e04 12:f630d9904ea7
28 'mercurial >= 7.1', 28 'mercurial >= 7.1',
29 'hg-git', 29 'hg-git',
30 ] 30 ]
31 31
32 [tool.hatch.build.targets.wheel] 32 [tool.hatch.build.targets.wheel]
33 packages = ['src/hgext3rd/hggit_serve.py'] 33 packages = ['src/hgext3rd/hggit_serve']
34 34
35 [tool.hatch.version] 35 [tool.hatch.version]
36 path = "src/hgext3rd/hggit_serve.py" 36 path = "src/hgext3rd/hggit_serve/__init__.py"
37 37
38 [tool.hatch.envs.types] 38 [tool.hatch.envs.types]
39 extra-dependencies = [ 39 extra-dependencies = [
40 "mypy>=1.0.0", 40 "mypy>=1.0.0",
41 ] 41 ]