Skip to content

Commit 0a310bb

Browse files
committed
Fix typo in long_description_content_type
1 parent dce31c5 commit 0a310bb

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 = fakeredis
33
version = attr: fakeredis.__version__
44
description = Fake implementation of redis API for testing purposes.
55
long_description = file: README.rst
6-
long_description_content_type = test/x-rst
6+
long_description_content_type = text/x-rst
77
license = BSD
88
url = https://github.com/jamesls/fakeredis
99
author = James Saryerwinnie

0 commit comments

Comments
 (0)