19 lines
540 B
TOML
19 lines
540 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 41.0.0",
|
|
"wheel >= 0.30.0",
|
|
"setuptools_scm >= 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"
|