File: pyproject.toml

package info (click to toggle)
sphinx-astropy 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 577; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
[build-system]
requires = ["setuptools>=30.3.0",
            "setuptools_scm>=8.0.0",
            "wheel"]
build-backend = 'setuptools.build_meta'

[tool.setuptools_scm]
version_file = "sphinx_astropy/version.py"