virtualenv/pyproject.toml
Bernát Gábor fd064dc08f
Bump dependencies and build tools (#2394)
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-08-04 01:39:15 -07:00

18 lines
515 B
TOML

[build-system]
requires = [
"setuptools>=59.6",
"setuptools-scm>=6.4.2",
]
build-backend = 'setuptools.build_meta'
[tool.black]
line-length = 120
[tool.towncrier]
package = "virtualenv"
package_dir = "" # we purposfully do not set this as src, forcing import from site-package that has version.py
filename = "docs/changelog.rst"
directory = "docs/changelog"
title_format = false
issue_format = "`#{issue} <https://github.com/pypa/virtualenv/issues/{issue}>`_"
template = "docs/changelog/template.jinja2"