From cc1fc5c6f34b112bb3ae32a10b4845b8fa67221f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BC=C3=9Fmann?= <10085427+PhilippRue@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:30:37 +0000 Subject: [PATCH] Exclude tests and docs from pypi upload --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index bb571024..410f4e3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,3 +125,5 @@ include-package-data = false [tool.setuptools.packages.find] namespaces = false +include = ["aiida_kkr*"] +exclude = ["docs*", "tests*"]