diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0b7b77c..da4b304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ gemato = "gemato.cli:setuptools_main" [tool.flit.sdist] include = [ "bin/gemato", + "COPYING", "tox.ini", "tests/*.py", "utils", |