sharing/integ_tests: extend exclude for legacy setup.py

This commit is contained in:
Peter Bieringer
2026-03-21 07:43:37 +01:00
parent c4b9407d23
commit cc8f611075

View File

@@ -60,7 +60,7 @@ setup(
license="GNU GPL v3",
platforms="Any",
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
exclude=["*.tests", "*.tests.*", "tests.*", "tests", "integ_tests"]),
package_data={"radicale": [*web_files, "py.typed"]},
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
install_requires=install_requires,