forked from hyperspy/hyperspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (38 loc) · 1.05 KB
/
pyproject.toml
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
42
43
44
45
46
47
[build-system]
requires = ["setuptools>=40.8.0", "wheel", "cython"]
build-backend = "setuptools.build_meta:__legacy__"
[tool.towncrier]
package = "hyperspy"
filename = "CHANGES.rst"
directory = "upcoming_changes/"
# see https://github.com/twisted/towncrier/issues/346
#title_format = "v{version} ({project_date})"
issue_format = "`#{issue} <https://github.com/hyperspy/hyperspy/issues/{issue}>`_"
[[tool.towncrier.type]]
directory = "new"
name = "New features"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation"
showcontent = true
[[tool.towncrier.type]]
directory = "deprecation"
name = "Deprecations"
showcontent = true
[[tool.towncrier.type]]
directory = "enhancements"
name = "Enhancements"
showcontent = true
[[tool.towncrier.type]]
directory = "api"
name = "API changes"
showcontent = true
[[tool.towncrier.type]]
directory = "maintenance"
name = "Maintenance"
showcontent = true