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.
Upon running pipenv install from the root directory, I get the following warning:
We should do as recommended and stop using setuptools.config.read_configuration before it is removed.