solidfire-sdk-python icon indicating copy to clipboard operation
solidfire-sdk-python copied to clipboard

Usage of dash-separated 'description-file' will not be supported starting Sep 26, 2024

Open scaleoutsean opened this issue 8 months ago • 0 comments

$ python setup.py install
/home/sean/.local/lib/python3.10/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        By 2024-Sep-26, 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.
        ********************************************************************************

scaleoutsean avatar Jun 07 '24 17:06 scaleoutsean