Skip to content

Commit 744bd92

Browse files
committed
Fix hatch issue
1 parent a23777f commit 744bd92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

panel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PYTHONDONTWRITEBYTECODE=true
1010
COPY pyproject.toml README.md /
1111

1212
RUN --mount=type=cache,mode=0777,target=/root/.cache/pip \
13-
pip install --upgrade pip setuptools wheel && \
13+
pip install --upgrade pip && \
1414
pip install -e ".[dashboard]"
1515

1616
RUN find /usr/local/lib/python3.12/site-packages -name "test" -depth -type d -exec rm -rf '{}' \;

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ documentation = "https://simdec.readthedocs.io"
6565
source = "https://github.com/Simulation-Decomposition/simdec-python"
6666

6767
[tool.hatch]
68+
build.targets.wheel.packages = ["src/simdec"]
6869
build.targets.sdist.exclude = [
6970
".github",
7071
"docs",

0 commit comments

Comments
 (0)