Skip to content

Commit

Permalink
build: try reducing wheel size (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Jul 4, 2024
1 parent 2ec7012 commit 28da413
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ classifiers = [
"Operating System :: OS Independent",
]

[tool.hatch.build]
exclude = [
"/.*",
"/docs",
"/tests",
"/tpch",
]

[project.optional-dependencies]
pandas = ["pandas>=0.25.3"]
polars = ["polars>=0.20.3"]
Expand Down

0 comments on commit 28da413

Please sign in to comment.