Skip to content

Commit

Permalink
fix wheel format
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Dec 3, 2024
1 parent 482acd9 commit 7caac3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ozi_build/_pyc_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def convert_wheel(

if exclude:
exclude = re.compile(re.escape(exclude))
print(exclude)

dist_info = "-".join(whl_file.stem.split("-")[:-3])

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pure-python-abi="py3-none"
summary="Create pep517 compliant packages from the meson build system, OZI-maintained fork."

[tool.ozi-build.pyc_wheel]
exclude = ".*\\.py"
exclude = ".*.py"

[tool.deptry.per_rule_ignores]
DEP002 = ["meson"]

0 comments on commit 7caac3d

Please sign in to comment.