comparison pyproject.toml @ 8:fe3c9fae4d4d

Add support for pushes, and improve authentication. Now you can `git push` to a Mercurial repository! Also we check permissions much more precisely.
author Paul Fisher <paul@pfish.zone>
date Sun, 15 Feb 2026 22:26:15 -0500
parents 4f42fdbb25f2
children
comparison
equal deleted inserted replaced
7:4f42fdbb25f2 8:fe3c9fae4d4d
23 "Programming Language :: Python :: Implementation :: CPython", 23 "Programming Language :: Python :: Implementation :: CPython",
24 "Programming Language :: Python :: Implementation :: PyPy", 24 "Programming Language :: Python :: Implementation :: PyPy",
25 ] 25 ]
26 dependencies = [ 26 dependencies = [
27 'dulwich', 27 'dulwich',
28 'mercurial', 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/hggit_serve.py']