Skip to content

Commit 1edc18e

Browse files
authored
Merge pull request #86 from UiPath/fix/exclude-frontend-from-wheel
fix: exclude frontend source from wheel
2 parents 769a1ad + c6dc3e2 commit 1edc18e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-dev"
3-
version = "0.0.59"
3+
version = "0.0.60"
44
description = "UiPath Developer Console"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
@@ -57,6 +57,7 @@ dev = [
5757
[tool.hatch.build.targets.wheel]
5858
packages = ["src/uipath"]
5959
artifacts = ["src/uipath/dev/server/static/**"]
60+
exclude = ["src/uipath/dev/server/frontend/**"]
6061

6162
[tool.hatch.build.targets.sdist]
6263
exclude = ["demo"]

uv.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.

0 commit comments

Comments
 (0)