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 SetuptoolsDeprecationWarning #24

Open
Grim-bot opened this issue Jun 1, 2022 · 0 comments
Open

Fix SetuptoolsDeprecationWarning #24

Grim-bot opened this issue Jun 1, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Grim-bot
Copy link
Collaborator

Grim-bot commented Jun 1, 2022

Upon running pipenv install from the root directory, I get the following warning:

...\lib\site-packages\setuptools\config\__init__.py:28: SetuptoolsDeprecationWarning: As setuptools moves its configuration towards `pyproject.toml`,
`setuptools.config.read_configuration` became deprecated.

For the time being, you can use the `setuptools.config.setupcfg` module
to access a backward compatible API, but this module is provisional
and might be removed in the future.

We should do as recommended and stop using setuptools.config.read_configuration before it is removed.

@Grim-bot Grim-bot added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant