diff --git a/pyproject.toml b/pyproject.toml index e1b7455d..909baf02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "matplotlib==3.6.3", "numpy>=1.22.2,<1.25.0", "scikit-image==0.19.3", - "UFF.py @ git+https://github.com/waltsims/uff.py@a672319b5cfbe3a676837e47c5958a3fdea12fa7" + "uff-reader==0.0.2", ] [project.urls] @@ -64,6 +64,10 @@ packages = ["kwave", "kwave.utils", "kwave.reconstruction", "kwave.kWaveSimulati exclude = [ "/.github", "/docs", + "/examples", + "/tests", + "/kwave/bin/*", + "*.mat", ] [tools.pytest.ini_options]