Skip to content

Commit

Permalink
build: don't package unnecessary source files with bdists
Browse files Browse the repository at this point in the history
  • Loading branch information
torque committed Jun 17, 2023
1 parent a625da3 commit 2bc4a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repository = "https://github.com/torque/deqr"
documentation = "https://torque.github.io/deqr-docs/"
build = "build.py"
include = [
"deps/qrdec/src",
"deps/quirc/lib",
{path = "deps/qrdec/src", format = "sdist"},
{path = "deps/quirc/lib", format = "sdist"}
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 2bc4a61

Please sign in to comment.