From 10c6f5d47242e8d4dcc2fe0a6cf93f314f85dc4b Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Tue, 15 Oct 2024 14:17:42 +0200 Subject: [PATCH] build(poetry): drop the useless include and exclude settings --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e67d6f21e..ebd899bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,6 @@ authors = [ license = "MIT" packages = [{include = "apis_core"}] readme = "README.md" -include = [{path = "LICENSE.txt", format = "sdist"}, {path = "README.rst", format = "sdist"}] -exclude = ["manage.py", "__pycache__"] [tool.poetry.dependencies] python = "^3.11"