Skip to content

Commit 3589557

Browse files
committed
DOC: fix bad content type
1 parent d231a86 commit 3589557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def get_long_description():
168168
maintainer_email="[email protected]",
169169
description="Fast NumPy array functions written in C",
170170
long_description=get_long_description(),
171-
long_description_content_type="type/x-rst",
171+
long_description_content_type="text/x-rst",
172172
url="https://github.com/pydata/bottleneck",
173173
download_url="http://pypi.python.org/pypi/Bottleneck",
174174
license="Simplified BSD",

0 commit comments

Comments
 (0)