Skip to content

Commit 2b7e74e

Browse files
committed
Fix python -m build
1 parent d4d7d9f commit 2b7e74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
]
2323

2424

25-
builder = npm_builder(build_cmd="build:prod", build_dir=lab_path)
25+
builder = npm_builder(build_cmd="build:prod", build_dir=lab_path, source_dir="src")
2626

27-
cmdclass = wrap_installers(post_develop=builder, pre_dist=builder, ensured_targets=ensured_targets)
27+
cmdclass = wrap_installers(post_develop=builder, ensured_targets=ensured_targets)
2828

2929
long_description = (HERE / "README.md").read_text()
3030

0 commit comments

Comments
 (0)