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 build deprecation warnings in using pyproject.toml and setuptool #57

Merged
merged 4 commits into from
Sep 29, 2023

Conversation

jleifnf
Copy link

@jleifnf jleifnf commented Sep 29, 2023

When doing pip install --verbose for the project, we get some deprecation warnings for the build "configuration would be ignored/result in error due to pyproject.toml [...] By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported."

To stick to the PEP standards and the setuptools, this PR attemps to fix that.

Note: we can leave an minimal setup.py if we're using project.toml, see the docs here.

@jleifnf jleifnf changed the title Fix build deprecations in using setuptool Fix build deprecation warnings in using pyproject.toml and setuptool Sep 29, 2023
Copy link

@justinGilmer justinGilmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just tested locally and confirm that the deprecation warnings are gone thanks to these changes!

@justinGilmer justinGilmer merged commit 9b7fb1e into staging Sep 29, 2023
15 checks passed
@justinGilmer justinGilmer deleted the fix-build-deprecations branch September 29, 2023 20:56
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.

2 participants