msabramo / requests-unixsocket

Use requests to talk HTTP via a UNIX domain socket
Apache License 2.0
207 stars 29 forks source link

Packaging warnings #53

Closed grawlinson closed 2 years ago

grawlinson commented 3 years ago

When packaging this for Arch Linux, the following warnings are displayed in regards to setup.cfg:

UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions.
Please use the underscore name 'author_email' instead
UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions.
Please use the underscore name 'description_file' instead
UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions.
Please use the underscore name 'home_page' instead