We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a75c45 commit 2121f1eCopy full SHA for 2121f1e
Makefile
@@ -4,7 +4,7 @@ build:
4
pyproject-build
5
6
clean:
7
- rm -rf dist build pyswip.egg-info src/pyswip.egg-info/
+ rm -rf dist build pyswip.egg-info src/pyswip.egg-info
8
9
coverage:
10
PYTHONPATH=src py.test tests --verbose --cov=pyswip
pyproject.toml
@@ -48,7 +48,8 @@ markers = [
48
]
49
50
[tool.setuptools.package-data]
51
-"pyswip" = ["py.typed"]
+pyswip = ["py.typed"]
52
+"pyswip.examples" = ["*.pl"]
53
54
[tool.setuptools.packages.find]
55
where = ["src"]
0 commit comments