Skip to content

Commit 2121f1e

Browse files
authored
Include .pl files in the distribution (#187)
1 parent 8a75c45 commit 2121f1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
pyproject-build
55

66
clean:
7-
rm -rf dist build pyswip.egg-info src/pyswip.egg-info/
7+
rm -rf dist build pyswip.egg-info src/pyswip.egg-info
88

99
coverage:
1010
PYTHONPATH=src py.test tests --verbose --cov=pyswip

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ markers = [
4848
]
4949

5050
[tool.setuptools.package-data]
51-
"pyswip" = ["py.typed"]
51+
pyswip = ["py.typed"]
52+
"pyswip.examples" = ["*.pl"]
5253

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

0 commit comments

Comments
 (0)