Skip to content

Commit f7f43cb

Browse files
committed
Update setup.cfg metadata - => _
Change dashes in names to underscores to get rid of warnings when building a package. Fixes: GH-53
1 parent 9fe7258 commit f7f43cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
22
name = requests-unixsocket
33
author = Marc Abramowitz
4-
author-email = marc@marc-abramowitz.com
4+
author_email = marc@marc-abramowitz.com
55
summary = Use requests to talk HTTP via a UNIX domain socket
6-
description-file = README.rst
6+
description_file = README.rst
77
license = Apache-2
8-
home-page = https://github.com/msabramo/requests-unixsocket
9-
# home-page = https://requests-unixsocket.readthedocs.org/
8+
home_page = https://github.com/msabramo/requests-unixsocket
9+
# home_page = https://requests-unixsocket.readthedocs.org/
1010
classifier =
1111
Development Status :: 3 - Alpha
1212
Intended Audience :: Developers

0 commit comments

Comments
 (0)