From f7f43cba9d79a2df883dfb47e73500b19ea93c77 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 23 Dec 2021 17:22:56 -0800 Subject: [PATCH] Update setup.cfg metadata - => _ Change dashes in names to underscores to get rid of warnings when building a package. Fixes: GH-53 --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 30f7f6a..1a45727 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = requests-unixsocket author = Marc Abramowitz -author-email = marc@marc-abramowitz.com +author_email = marc@marc-abramowitz.com summary = Use requests to talk HTTP via a UNIX domain socket -description-file = README.rst +description_file = README.rst license = Apache-2 -home-page = https://github.com/msabramo/requests-unixsocket -# home-page = https://requests-unixsocket.readthedocs.org/ +home_page = https://github.com/msabramo/requests-unixsocket +# home_page = https://requests-unixsocket.readthedocs.org/ classifier = Development Status :: 3 - Alpha Intended Audience :: Developers