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 #1016 - migrate setup.py to pyproject.toml #1311

Merged

Conversation

chandanchowdhury
Copy link
Collaborator

@chandanchowdhury chandanchowdhury commented Jun 14, 2024

Summary

setup.py based builds are being deprecated in favor of pyproject.toml based builds.

This PR migrates the project from setup.py to pyproject.toml.

One big benefit is that we will now no longer need to file PRs to bump release versions in setup.py.

Related issues

#1016


Read through our developer docs

  • PR Title starts with "Fixes: [issue number]"

@achantavy achantavy changed the title Fix #1016 - setup.py install is deprecated Fix #1016 - migrate setup.py to pyproject.toml Jan 2, 2025
@achantavy achantavy linked an issue Jan 2, 2025 that may be closed by this pull request
@achantavy achantavy merged commit a91c828 into cartography-cncf:master Jan 2, 2025
7 checks passed
@chandanchowdhury chandanchowdhury deleted the topic/chandan/pyproject branch January 3, 2025 02:02
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.

setup.py install is deprecated
3 participants