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

python: migrate to pyproject.toml #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sloria
Copy link

@sloria sloria commented Feb 2, 2025

pyproject.toml is now the standard for packaging

Also:

  • Remove legacy namespace-packages usage in favor of native namespace packages
    • this just comes down to removing google/__init__.py
  • Build wheel in addition to sdist
    • no additional config needed here, setuptools takes care of this
  • Update build docs

Also:
* Remove legacy namespace-packages usage in favor of naative namespace packages
* Build wheel in addition to sdist
* Update build docs
@sloria
Copy link
Author

sloria commented Feb 2, 2025

this also prevents unnecessary installation of setuptools by users (it's only needed for building the package)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant