Skip to content

Commit 03d0c53

Browse files
committed
Fix package long description
1 parent b11a9d6 commit 03d0c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = django-dynamic-filenames
33
author = Johannes Hoppe
44
author-email = info@johanneshoppe.com
55
summary = Write advanced filename patterns using the Format String Syntax.
6-
long-description = file: README.rst
6+
long_description = file: README.rst
77
long_description_content_type = text/x-rst
88
home-page = https://github.com/codingjoe/django-dynamic-filenames
99
project_urls =

0 commit comments

Comments
 (0)