Skip to content

Commit 2dfd382

Browse files
committed
Merge branch 'fix/package-data' into 'master'
Include the static js assets, which weren't included due to them not being tracked See merge request acc-co/devops/python/package-index/simple-repository-browser!115
2 parents 96e485e + a80ee79 commit 2dfd382

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ ignore_missing_imports = true
6868
[tool.setuptools.packages.find]
6969
include = ["simple_repository_browser", "simple_repository_browser.*"]
7070
namespaces = false
71+
72+
[tool.setuptools.package-data]
73+
# Static untracked files
74+
"*" = ["static/js/*"]

0 commit comments

Comments
 (0)