Skip to content

Commit

Permalink
Include .pl files in the distribution (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Oct 21, 2024
1 parent 8a75c45 commit 2121f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
pyproject-build

clean:
rm -rf dist build pyswip.egg-info src/pyswip.egg-info/
rm -rf dist build pyswip.egg-info src/pyswip.egg-info

coverage:
PYTHONPATH=src py.test tests --verbose --cov=pyswip
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ markers = [
]

[tool.setuptools.package-data]
"pyswip" = ["py.typed"]
pyswip = ["py.typed"]
"pyswip.examples" = ["*.pl"]

[tool.setuptools.packages.find]
where = ["src"]

0 comments on commit 2121f1e

Please sign in to comment.