Skip to content

Commit f6d6474

Browse files
markswebauvipy
authored andcommitted
fix: The description content type for setuptools needs to be rst to match the readme
1 parent ee0bf29 commit f6d6474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def run_tests(self):
134134
version=meta['version'],
135135
description=meta['doc'],
136136
long_description=long_description,
137-
long_description_content_type='text/markdown',
137+
long_description_content_type='text/x-rst',
138138
keywords='celery django database result backend',
139139
author=meta['author'],
140140
author_email=meta['contact'],

0 commit comments

Comments
 (0)