commit: 6bc152abda38cfc06df929397168ee8308e9681b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 11:02:40 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 11:02:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoopm.git/commit/?id=6bc152ab
Include COPYING in sdist Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9dbb468..2b12604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ Homepage = "https://github.com/mgorny/gentoopm/" [tool.flit.sdist] include = [ + "COPYING", "test-root", "tox.ini", ]
