********************************************************************************
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
...
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
!!!! 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 ...