diff --git a/pyproject.toml b/pyproject.toml index ae28c38..1b29df9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,13 @@ build-backend = "setuptools.build_meta" [tool.setuptools_scm] # set version dynamically +[tool.setuptools] +include-package-data = false # necessary for exclude to work + [tool.setuptools.packages.find] exclude = [ - "tests*", - "data*", + "twoaxistracking.tests*", + "docs*", ] [project]