Mercurial > hgrepos > Python > apps > py-cutils
comparison pyproject.toml @ 398:3beac9c85781 default tip
Syntax in pyproject.toml: use unescaped syntax
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 16 Feb 2026 15:36:17 +0100 |
| parents | c033f4072c14 |
| children |
comparison
equal
deleted
inserted
replaced
| 397:c033f4072c14 | 398:3beac9c85781 |
|---|---|
| 1 # Pure-Python-Build | 1 # Pure-Python-Build |
| 2 [build-system] | 2 [build-system] |
| 3 requires = [ | 3 requires = [ |
| 4 "setuptools>=77.0", | 4 "setuptools>=77.0", |
| 5 "wheel>=0.33", | 5 "wheel>=0.33", |
| 6 "tomli ; python_version < \"3.11\"" | 6 "tomli; python_version<'3.11'" |
| 7 ] | 7 ] |
| 8 build-backend = "setuptools.build_meta" | 8 build-backend = "setuptools.build_meta" |
| 9 | 9 |
| 10 [project] | 10 [project] |
| 11 name = "py-cutils" | 11 name = "py-cutils" |
