diff --git a/pyproject.toml b/pyproject.toml index afc038a2806a740d29f29d5a2f7cf97cfecdfeb4..0f12d8dc5999f9906529b72f1ce438315589fe17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,14 @@ packages = [ { include = "aleksis" } ] readme = "README.rst" -include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"] +include = [ + { path = "aleksis/**/*.mo", format = ["sdist", "wheel"] }, + { path = "*.rst", format = "sdist" }, + { path = "docs/*", format = "sdist" }, + { path = "docs/**/*", format = "sdist" }, + { path = "conftest.py", format = "sdist" }, + { path = "tox.ini", format = "sdist" } +] description = "AlekSIS (School Information System) — App كتاب السجل (class register and school records)" authors = [