Skip to content

Commit 4d47585

Browse files
authoredMay 10, 2023
Merge pull request #102 from ymyzk/remove-unnecessary-packages
Exclude unnecessary packages during build
2 parents b4cab54 + ad42c7e commit 4d47585

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.github/workflows/packaging.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
build_sdist:
77
runs-on: ubuntu-22.04
88
strategy:
9+
fail-fast: false
910
matrix:
1011
python-version: ['3.11']
1112

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ readme = {file = ["README.rst"]}
9696
[tool.setuptools.packages.find]
9797
namespaces = true
9898
where = ["."]
99+
include = ["extensions", "wsgi_lineprof"]
99100

100101
[tool.setuptools.package-data]
101102
wsgi_lineprof = ["py.typed", "*.pyi"]

0 commit comments

Comments
 (0)
Please sign in to comment.