heuer / segno

Python QR Code and Micro QR Code encoder
https://pypi.org/project/segno/
BSD 3-Clause "New" or "Revised" License
624 stars 54 forks source link

FYI - Deprecated warnings with: python -m build --wheel #127

Closed gene-git closed 1 year ago

gene-git commented 1 year ago

Hi Building on up to date arch linux leads to warnings :

$ python -m build --wheel --no-isolation

... adding license file 'LICENSE' writing manifest file 'segno.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg !!

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

    By 2023-Oct-30, you need to update your project and remove deprecated calls
    or your builds will no longer be supported.

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

!! parsed = self.parsers.get(option_name, lambda x: x)(value) [10/17/23 11:16:29] WARNING pyproject.toml does not contain a tool.setuptools_scm section setuptools.py:119 running egg_info ...