Skip to content

Commit 4e6dc07

Browse files
committed
Fix setup.cfg long_description_content_type
1 parent 579a71a commit 4e6dc07

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 = blacken_docs
33
version = 1.12.1
44
description = Run Black on Python code blocks in documentation files.
55
long_description = file: README.rst
6-
long_description_content_type = text/rst
6+
long_description_content_type = text/x-rst
77
url = https://github.com/asottile/blacken-docs
88
author = Anthony Sottile
99
author_email = [email protected]

0 commit comments

Comments
 (0)