Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
devennavani committed Feb 13, 2025
1 parent 97bed12 commit e9c38d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,13 @@ jobs:

- name: Build type stubs
run: inv type-stubs

- name: Install build
run: pip install build

- name: Build package distributions (wheel and source)
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Upload to PyPI
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Documentation = "https://modal.com/docs"
modal = "modal.__main__:main"

[tool.setuptools.packages.find]
include = ["modal", "modal_version", "modal_proto"]
include = ["modal", "modal_version", "modal_proto", "modal.*"]
exclude = ["test*", "modal_docs", "modal_global_objects"]

[tool.setuptools.package-data]
Expand Down

0 comments on commit e9c38d3

Please sign in to comment.