diff --git a/pyproject.toml b/pyproject.toml index 97dd4afca..e2fe5cf30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,11 @@ directory = "misc" name = "Other" showcontent = true +[[tool.towncrier.type]] +directory = "deprecation" +name = "Deprecation" +showcontent = true + [[tool.towncrier.type]] directory = "removal" name = "Removal"