From bae12210fdc43c218787542f777607a938b6c4f5 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 5 Jul 2020 13:31:55 +0200 Subject: [PATCH] Addd Changelog, docs and tests to source tarball Same as timothycrosley/isort#531 which does no longer work, as now poetry seems to be used for building the packages --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a47cabc94..435858c0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,14 @@ classifiers = [ "Topic :: Utilities", ] urls = { Changelog = "https://github.com/timothycrosley/isort/blob/master/CHANGELOG.md" } +include = [ + "CHANGELOG.md", + "docs/configuration/*.md", + "docs/contributing/*.md", + "docs/major_releases/*.md", + "docs/quick_start/*.md", + "tests/*.py" +] [tool.poetry.dependencies] python = "^3.6"