aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricp <pangolin@vivaldi.net>2022-12-22 22:25:38 +0530
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-25 20:19:46 +0200
commitf3dd567614feff55ac9ab6474016dbfb84f9f672 (patch)
tree1da61d459f5b3ecf4513cf8279905feaed0a9b65
parentci: add black format check (diff)
downloadsnakeoil-f3dd567614feff55ac9ab6474016dbfb84f9f672.tar.gz
snakeoil-f3dd567614feff55ac9ab6474016dbfb84f9f672.tar.bz2
snakeoil-f3dd567614feff55ac9ab6474016dbfb84f9f672.zip
pyproject.toml: include license file in sdist
Closes: https://github.com/pkgcore/snakeoil/pull/94 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 99d72b11..e86ec920 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,7 @@ Documentation = "https://pkgcore.github.io/snakeoil/"
Source = "https://github.com/pkgcore/snakeoil"
[tool.flit.sdist]
-include = ["doc", "tox.ini", "tests", "Makefile", "NEWS.rst"]
+include = ["doc", "tox.ini", "tests", "LICENSE", "Makefile", "NEWS.rst"]
exclude = [".github/", ".gitignore", "doc/api/"]
[tool.pytest.ini_options]