Skip to content

Commit fe573b6

Browse files
committed
Use underscores for long description
1 parent e18c26e commit fe573b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = django-basic-auth-ip-whitelist
33
version = attr: baipw.__version__
44
description = Hide your Django site behind basic authentication mechanism with IP whitelisting support.
5-
long-description = file: README.rst
6-
long-description-content-type = text/x-rst
5+
long_description = file: README.rst
6+
long_description_content_type = text/x-rst
77
author = Torchbox
88
author_email = hello@torchbox.com
99
url = https://github.com/torchbox/django-basic-auth-ip-whitelist

0 commit comments

Comments
 (0)