We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fe7258 + f7f43cb commit 3463cfcCopy full SHA for 3463cfc
setup.cfg
@@ -1,12 +1,12 @@
1
[metadata]
2
name = requests-unixsocket
3
author = Marc Abramowitz
4
-author-email = marc@marc-abramowitz.com
+author_email = marc@marc-abramowitz.com
5
summary = Use requests to talk HTTP via a UNIX domain socket
6
-description-file = README.rst
+description_file = README.rst
7
license = Apache-2
8
-home-page = https://github.com/msabramo/requests-unixsocket
9
-# home-page = https://requests-unixsocket.readthedocs.org/
+home_page = https://github.com/msabramo/requests-unixsocket
+# home_page = https://requests-unixsocket.readthedocs.org/
10
classifier =
11
Development Status :: 3 - Alpha
12
Intended Audience :: Developers
0 commit comments