From 1277be6894fa757f38aad9baf417238398d4fc21 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 28 Oct 2020 13:26:25 +0700 Subject: [PATCH] Add docs and tests to sdist (#494) Closes https://github.com/zostera/django-bootstrap3/issues/492 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c04c11d4..03b5aa21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ classifiers = [ ] packages = [ { include = "bootstrap3", from = "src" }, + { include = "docs", format = "sdist" }, + { include = "tests", format = "sdist" }, ] include = ["LICENSE"]