diff --git a/pyproject.toml b/pyproject.toml index 36219fe6..4d6588da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,8 @@ server = [ "uvicorn>=0.11.7", # Minimum safe release (https://osv.dev/vulnerability/PYSEC-2020-150) ] +static = [] + [project.scripts] gitingest = "gitingest.__main__:main" @@ -68,6 +70,10 @@ build-backend = "setuptools.build_meta" packages = {find = {where = ["src"]}} include-package-data = true +[tool.setuptools.package-data] +server = ["templates/**/*"] +static = ["**/*"] + # Linting configuration [tool.pylint.format] max-line-length = 119