summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2017-03-18 20:50:01 -0400
committerDonald Stufft <donald@stufft.io>2017-03-19 12:00:31 -0400
commita45c2f5e24639e5cf8999e0a82cb675168c13239 (patch)
tree1542d0f4524356d64531805faad697601ab984ea /pyproject.toml
parent16944a6341fc5485619ed38bbe2bee4e83bdf13e (diff)
downloadpip-a45c2f5e24639e5cf8999e0a82cb675168c13239.tar.gz
Generate our NEWS.rst with towncrier
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 000000000..806a35146
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,29 @@
+[tool.towncrier]
+package = "pip"
+filename = "NEWS.rst"
+directory = "news/"
+title_format = """
+{version} ({project_date})
+==================
+"""
+template = "news/_template.rst"
+
+ [[tool.towncrier.type]]
+ directory = "removal"
+ name = "Removal"
+ 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 = "doc"
+ name = "Improved Documentation"
+ showcontent = true