log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hgrepos
>
Python
>
apps
>
py-cutils
comparison pyproject.toml @ 138:
64078592444f
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Add a minimal pyproject.toml
author
Franz Glasner <fzglas.hg@dom66.de>
date
Fri, 03 Jan 2025 00:32:56 +0100
parents
children
comparison
equal
deleted
inserted
replaced
137:69f8a3db8fbd
138:64078592444f
1
# Pure-Python-Build
2
[build-system]
3
requires = ["setuptools>=43.0", "wheel>=0.33"]
4
build-backend = "setuptools.build_meta"