Skip to content

Commit

Permalink
Reduce sdist size
Browse files Browse the repository at this point in the history
`maturin sdist && du -sh target/wheels/ruff-0.0.267.tar.gz`:
Before: 1,1M
After: 668K
  • Loading branch information
konstin committed May 15, 2023
1 parent 2c6efc2 commit 6245331
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 @@ -49,6 +49,10 @@ manifest-path = "crates/ruff_cli/Cargo.toml"
module-name = "ruff"
python-source = "python"
strip = true
#exclude = [
# "crates/ruff/resources/test/fixtures/**/*",
# "crates/ruff/src/rules/*/snapshots/**/*"
#]

[tool.black]
force-exclude = '''
Expand Down

0 comments on commit 6245331

Please sign in to comment.