diff --git a/pyproject.toml b/pyproject.toml index 15165db..40699ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,3 +69,6 @@ select = [ python_version = "3.9" strict = true exclude = ['cli\.py$', '__main__\.py$', "tests/", "build/"] + +[tool.setuptools.package-data] +"*" = ["*.gz"]