Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
include Cargo.lock in sdist archives
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Apr 4, 2023
1 parent b092f59 commit d53ca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
[tool.maturin]
# include files manually to keep cargo workspace functional:
# https://github.com/PyO3/maturin/issues/1226
sdist-include = ["test-client/Cargo.toml", "test-client/src/*.rs"]
sdist-include = ["Cargo.lock", "test-client/Cargo.toml", "test-client/src/*.rs"]

[tool.black]
line-length = 120
Expand Down

0 comments on commit d53ca0d

Please sign in to comment.