We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23777f commit 744bd92Copy full SHA for 744bd92
panel/Dockerfile
@@ -10,7 +10,7 @@ ENV PYTHONDONTWRITEBYTECODE=true
10
COPY pyproject.toml README.md /
11
12
RUN --mount=type=cache,mode=0777,target=/root/.cache/pip \
13
- pip install --upgrade pip setuptools wheel && \
+ pip install --upgrade pip && \
14
pip install -e ".[dashboard]"
15
16
RUN find /usr/local/lib/python3.12/site-packages -name "test" -depth -type d -exec rm -rf '{}' \;
pyproject.toml
@@ -65,6 +65,7 @@ documentation = "https://simdec.readthedocs.io"
65
source = "https://github.com/Simulation-Decomposition/simdec-python"
66
67
[tool.hatch]
68
+build.targets.wheel.packages = ["src/simdec"]
69
build.targets.sdist.exclude = [
70
".github",
71
"docs",
0 commit comments