pip/pyproject.toml

47 lines
983 B
TOML
Raw Normal View History

2017-05-20 09:40:43 +02:00
[build-system]
requires = ["setuptools", "wheel"]
2017-03-19 01:50:01 +01:00
[tool.towncrier]
package = "pip"
2018-03-31 17:20:57 +02:00
package_dir = "src"
2017-03-19 01:50:01 +01:00
filename = "NEWS.rst"
directory = "news/"
2018-04-22 19:43:10 +02:00
title_format = "{version} ({project_date})"
issue_format = "`#{issue} <https://github.com/pypa/pip/issues/{issue}>`_"
2017-03-19 01:50:01 +01:00
template = "news/_template.rst"
[[tool.towncrier.type]]
directory = "process"
name = "Process"
showcontent = true
2017-03-19 01:50:01 +01:00
[[tool.towncrier.type]]
directory = "removal"
2017-03-19 21:55:54 +01:00
name = "Deprecations and Removals"
2017-03-19 01:50:01 +01:00
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "vendor"
name = "Vendored Libraries"
showcontent = true
2017-03-19 01:50:01 +01:00
[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation"
showcontent = true
[[tool.towncrier.type]]
directory = "trivial"
name = "Trivial Changes"
showcontent = false