You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
[build-system]
|
|
requires = [
|
|
"setuptools; python_version != '3.3'",
|
|
"setuptools<40.0; python_version == '3.3'",
|
|
"wheel",
|
|
"setuptools_scm"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.towncrier]
|
|
package = "dateutil"
|
|
package_dir = "dateutil"
|
|
filename = "NEWS"
|
|
directory = "changelog.d"
|
|
title_format = "Version {version} ({project_date})"
|
|
issue_format = "GH #{issue}"
|
|
template = "changelog.d/template.rst"
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "data"
|
|
name = "Data updates"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "deprecations"
|
|
name = "Deprecations"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "feature"
|
|
name = "Features"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "bugfix"
|
|
name = "Bugfixes"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "doc"
|
|
name = "Documentation changes"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "misc"
|
|
name = "Misc"
|
|
showcontent = false
|
|
|