Skip to content

Commit

Permalink
Merge pull request #102 from ymyzk/remove-unnecessary-packages
Browse files Browse the repository at this point in the history
Exclude unnecessary packages during build
  • Loading branch information
ymyzk authored May 10, 2023
2 parents b4cab54 + ad42c7e commit 4d47585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build_sdist:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ['3.11']

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ readme = {file = ["README.rst"]}
[tool.setuptools.packages.find]
namespaces = true
where = ["."]
include = ["extensions", "wsgi_lineprof"]

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

0 comments on commit 4d47585

Please sign in to comment.