Skip to content

Commit

Permalink
feat(bindings/python): strip the library for minimum file size (#4971)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Aug 6, 2024
1 parent d955445 commit ed50911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Repository = "https://github.com/apache/opendal"
features = ["pyo3/extension-module"]
module-name = "opendal._opendal"
python-source = "python"
strip = true

[tool.ruff.lint]
ignore = ["F403", "F405"]

0 comments on commit ed50911

Please sign in to comment.