From 3419a2266a9f471981c94ab927958c015791ed10 Mon Sep 17 00:00:00 2001 From: "S. Co1" Date: Tue, 15 Jun 2021 07:56:56 -0400 Subject: [PATCH] Don't include Changelog with wheel Fixes #117 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d81b10f..8341d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,10 @@ classifiers = [ "Topic :: Software Development :: Quality Assurance", "Typing :: Typed", ] -include = ["CHANGELOG.md"] + +include = [ + {path = "./CHANGELOG.md", format = "sdist"} +] [tool.poetry.urls] "Issue Tracker" = "https://github.com/sco1/flake8-annotations/issues"