2018-06-19 16:41:04 +08:00
|
|
|
[build-system]
|
|
|
|
requires = [
|
2018-10-15 03:44:32 +08:00
|
|
|
# sync with setup.py until we discard non-pep-517/518
|
2018-10-18 02:08:07 +08:00
|
|
|
"setuptools>=40.0",
|
2018-06-19 16:41:04 +08:00
|
|
|
"setuptools-scm",
|
|
|
|
"wheel",
|
|
|
|
]
|
2019-02-09 01:50:33 +08:00
|
|
|
build-backend = "setuptools.build_meta"
|
2018-06-19 16:41:04 +08:00
|
|
|
|
2017-05-30 21:54:15 +08:00
|
|
|
[tool.towncrier]
|
|
|
|
package = "pytest"
|
2018-06-05 09:01:23 +08:00
|
|
|
package_dir = "src"
|
2017-05-30 21:54:15 +08:00
|
|
|
filename = "CHANGELOG.rst"
|
|
|
|
directory = "changelog/"
|
2018-07-27 20:21:18 +08:00
|
|
|
title_format = "pytest {version} ({project_date})"
|
2017-05-30 21:54:15 +08:00
|
|
|
template = "changelog/_template.rst"
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "removal"
|
2018-09-14 01:02:01 +08:00
|
|
|
name = "Removals"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "deprecation"
|
|
|
|
name = "Deprecations"
|
2017-05-30 21:54:15 +08: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
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "doc"
|
|
|
|
name = "Improved Documentation"
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
directory = "trivial"
|
2017-06-23 23:30:29 +08:00
|
|
|
name = "Trivial/Internal Changes"
|
|
|
|
showcontent = true
|