Skip to content

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
@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