You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently packaging autotiling for Debian and I saw this in my build log:
I: pybuild base:311: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11
* Building wheel...
/usr/lib/python3/dist-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)
The text was updated successfully, but these errors were encountered:
I cannot provide more input than I have given. This is not a topic that I'm an expert in. If the deprecation notice doesn't make sense, please close this issue and sorry for the noise.
Hi,
I'm currently packaging autotiling for Debian and I saw this in my build log:
The text was updated successfully, but these errors were encountered: