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

Build warning regarding deprecated options #465

Open
stefan6419846 opened this issue Aug 14, 2024 · 0 comments
Open

Build warning regarding deprecated options #465

stefan6419846 opened this issue Aug 14, 2024 · 0 comments

Comments

@stefan6419846
Copy link

When building the package (in this case, version 1.8.7), using python3 -m build ., I get some warnings:

/tmp/build-env-yi1s6la0/lib64/python3.9/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
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

No branches or pull requests

1 participant