-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (34 loc) · 857 Bytes
/
pyproject.toml
File metadata and controls
41 lines (34 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.towncrier]
filename = "CHANGELOG.rst"
directory = "news"
template = "news/_template.rst"
underlines = "-~^"
wrap = true
package = "_pyinstaller_hooks_contrib"
title_format = "{version} ({project_date})"
[[tool.towncrier.section]]
path = ""
[[tool.towncrier.type]]
directory = "new"
name = "New hooks"
showcontent = true
[[tool.towncrier.type]]
directory = "update"
name = "Updated hooks"
showcontent = true
[[tool.towncrier.type]]
directory = "remove"
name = "Removed hooks"
showcontent = true
[[tool.towncrier.type]]
directory = "process"
name = "Project & Process"
showcontent = true
[[tool.towncrier.type]]
directory = "tests"
name = "Test-suite and Continuous Integration"
showcontent = true
[[tool.towncrier.type]]
directory = "breaking"
name = "Incompatible Changes"
showcontent = true