File: pyproject.toml

package info (click to toggle)
python-xxhash 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,314; python: 673; sh: 59; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]

[tool.setuptools_scm]
write_to = "xxhash/version.py"
local_scheme = "no-local-version"
write_to_template = "VERSION = \"{version}\"\nVERSION_TUPLE = {version_tuple}\n"