Mercurial > hg-git-serve
comparison pyproject.toml @ 11:ce204bcc4e04
Move to hgext3rd/hggit_serve.py.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Wed, 18 Feb 2026 14:45:19 -0500 |
| parents | fe3c9fae4d4d |
| children | f630d9904ea7 |
comparison
equal
deleted
inserted
replaced
| 10:c2ae14c981e1 | 11:ce204bcc4e04 |
|---|---|
| 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/hggit_serve.py'] | 33 packages = ['src/hgext3rd/hggit_serve.py'] |
| 34 | 34 |
| 35 [tool.hatch.version] | 35 [tool.hatch.version] |
| 36 path = "src/hggit_serve.py" | 36 path = "src/hgext3rd/hggit_serve.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 ] |
