summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2017-03-19 16:49:55 -0400
committerDonald Stufft <donald@stufft.io>2017-03-19 16:49:55 -0400
commit90dd13f6a6c3a529e7d221ac7ae095c57f783542 (patch)
tree5403ff9bcacfae19879611b19bcdcabb4c1327a4 /pyproject.toml
parentc36cca51caaf6ce6499c014912d12470937e31f5 (diff)
downloadpip-90dd13f6a6c3a529e7d221ac7ae095c57f783542.tar.gz
Add a special kind of towncrier type for vendored lib updates
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f51ceb7e7..b20f275cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,11 @@ template = "news/_template.rst"
showcontent = true
[[tool.towncrier.type]]
+ directory = "vendor"
+ name = "Vendored Libraries"
+ showcontent = true
+
+ [[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation"
showcontent = true