Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Py.typed discovery #1297

Merged
merged 3 commits into from Jul 24, 2021
Merged

Fix Py.typed discovery #1297

merged 3 commits into from Jul 24, 2021

Conversation

@Yobmod
Copy link
Contributor

@Yobmod Yobmod commented Jul 24, 2021

Fix find_packages() in setup.py, so py.typed is put in the wheel.
Add build system to pyproject.toml, so always have setuptools and wheel installed for build.
#1095

Yobmod added 3 commits Jul 24, 2021
Make exclude arg a sequence -> find_packages(exclude=["test", "test.*"])
Build tools now specified in pyproject.toml, so can be sure setuptools is installed
@Yobmod Yobmod merged commit 0c1446d into main Jul 24, 2021
5 checks passed
5 checks passed
@github-actions
build (3.6)
Details
@github-actions
build (3.7)
Details
@github-actions
build (3.8)
Details
@github-actions
build (3.9)
Details
@github-actions
build (3.10.0-beta.4)
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant