2 Commits

Author SHA1 Message Date
Keith Bowes 0c0f51db13 Use an underscore rather than a dash in setup.cfg
Prevents the error:
!!

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

!!

Signed-off-by: Keith Bowes <keithbowes@users.noreply.github.com>
2024-08-18 16:13:56 -04:00
Nicolas Sebrecht c549af78eb pypi requires a setup.cfg when README is Markdown
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-02-27 05:34:46 +01:00