diff options
author | icp <pangolin@vivaldi.net> | 2022-12-22 22:25:38 +0530 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-25 20:19:46 +0200 |
commit | f3dd567614feff55ac9ab6474016dbfb84f9f672 (patch) | |
tree | 1da61d459f5b3ecf4513cf8279905feaed0a9b65 | |
parent | ci: add black format check (diff) | |
download | snakeoil-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.toml | 2 |
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] |