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

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
@Yobmod Yobmod deleted the py.typed branch July 31, 2021 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant