From 706f6a05a4c56cb002dbdb915f1aca394d075c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20R=C3=BCdenauer?= Date: Mon, 7 Apr 2025 13:20:29 +0200 Subject: [PATCH] Simplify packaging of moin by removing useless or misleading packaging instructions As before, the resulting wheel will contain all test code & data, full contrib folder, all online documentation files. --- pyproject.toml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d01a365b3..7cb8fad37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,18 +90,6 @@ include-package-data = true [tool.setuptools.packages.find] where = ["src"] -exclude = ["_tests"] - -[tool.setuptools.package-data] -"moin.translations" = ["MoinMoin.pot", "*.po", ] -"moin.static" = ["*", ] -"moin.themes.modernized" = ["*", ] -"moin.themes.basic" = ["*", ] -"moin.themes.topside" = ["*", ] -"moin.themes.topside_cms" = ["*", ] -"moin.templates" = ["*.html", "*.xml", ] -"moin.apps.admin.templates" = ["*.html", ] -"moin.apps.misc.templates" = ["*.html", "*.txt", ] [build-system] requires = ["setuptools", "setuptools_scm[toml] >= 6.2"] @@ -117,7 +105,6 @@ skip-magic-trailing-comma = true [tool.pytest.ini_options] norecursedirs = [".git", "_build", "tmp*", "env*", "dlc", "wiki", "support"] - [tool.ruff] line-length = 120 target-version = "py39"