Skip to content

Commit ecda379

Browse files
committed
chore: wip
1 parent e841e35 commit ecda379

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,12 @@ run = "hatch build"
140140

141141
[tool.hatch.envs.targets]
142142

143-
[tool.hatch.build]
144-
include = [
145-
"src/svirlpool/**/*.py",
146-
"src/**/py.typed",
147-
]
143+
# NB: activating this will break in `pixi run`.
144+
# [tool.hatch.build]
145+
# include = [
146+
# "src/**/*.py",
147+
# "src/**/py.typed",
148+
# ]
148149

149150
[tool.hatch.build.targets.sdist]
150151
ignore-vcs = true

0 commit comments

Comments
 (0)