From b53da5abac5056abb1ff3c8e5a9f217b6eb055b3 Mon Sep 17 00:00:00 2001 From: desert Date: Sat, 8 Feb 2020 00:02:25 +0000 Subject: [PATCH] Include changelog.d in the sdist --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 65ff0f3..a34c3e7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -25,8 +25,8 @@ include mypy.ini include pycli include .pylintrc -include changelog.d -include changelog.d/towncrier_template.rst +graft changelog.d + global-exclude *.py[cod] __pycache__ *.so *.dylib