Skip to content

Commit

Permalink
Tweak package data
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jul 12, 2023
1 parent ada7bec commit cc4bb26
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ examples = [
[tool.setuptools.packages.find]
exclude = [
"tests*",
"docs*",
"examples*",
"viser.client.node_modules*",
]

[tool.setuptools.package-data]
viser = ["py.typed"]
viser = ["py.typed", "client/build/**/*"]

[project.scripts]
viser-dev-checks = "viser.scripts.dev_checks:entrypoint"
Expand Down
Loading

0 comments on commit cc4bb26

Please sign in to comment.