commit:     f3dd567614feff55ac9ab6474016dbfb84f9f672
Author:     icp <pangolin <AT> vivaldi <DOT> net>
AuthorDate: Thu Dec 22 16:55:38 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 18:19:46 2022 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=f3dd5676

pyproject.toml: include license file in sdist

Closes: https://github.com/pkgcore/snakeoil/pull/94
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]

Reply via email to