Skip to content

Commit

Permalink
chore: do not respect gitignore when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 16, 2023
1 parent 483c45a commit 5fa6f9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ dependencies = [
[tool.hatch.version]
path = "solara/__init__.py"

# we ignore build/ but on the website we add solara/website/build
# when using SSG
[tool.hatch.build]
ignore-vcs = true

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 5fa6f9d

Please sign in to comment.