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

Modernize packaging tutorial #809

Closed
henryiii opened this issue Jan 2, 2021 · 1 comment · Fixed by #817
Closed

Modernize packaging tutorial #809

henryiii opened this issue Jan 2, 2021 · 1 comment · Fixed by #817

Comments

@henryiii
Copy link
Contributor

henryiii commented Jan 2, 2021

The packaging tutorial contains quite a lot of dated suggestions; on browsing, I see at least the following things:

  • pyproject.toml is missing
  • setup.py is used for metadata instead of setup.cfg
  • setup.py is run manually (python3 setup.py sdist bdist_wheel) instead of using PyPA-build

Would you like me to update the tutorial with these suggestions?

@JulienPalard
Copy link

This page looks the most up-to-date doc of how to build today: https://setuptools.readthedocs.io/en/latest/build_meta.html, which is what I recommend, so I'd personally find it nice to have the equivalent in the packaging tutorial, yes.

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 a pull request may close this issue.

2 participants