We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4cab54 + ad42c7e commit 4d47585Copy full SHA for 4d47585
.github/workflows/packaging.yml
@@ -6,6 +6,7 @@ jobs:
6
build_sdist:
7
runs-on: ubuntu-22.04
8
strategy:
9
+ fail-fast: false
10
matrix:
11
python-version: ['3.11']
12
pyproject.toml
@@ -96,6 +96,7 @@ readme = {file = ["README.rst"]}
96
[tool.setuptools.packages.find]
97
namespaces = true
98
where = ["."]
99
+include = ["extensions", "wsgi_lineprof"]
100
101
[tool.setuptools.package-data]
102
wsgi_lineprof = ["py.typed", "*.pyi"]
0 commit comments