File: pyproject.toml

package info (click to toggle)
python-pyout 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: python: 3,453; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = ["setuptools", "versioneer[toml]"]
build-backend = 'setuptools.build_meta'

[tool.versioneer]
VCS = "git"
style = "pep440"
versionfile_source = "pyout/_version.py"
versionfile_build = "pyout/_version.py"
tag_prefix = "v"