Skip to content

Commit 3d82281

Browse files
committed
DOC: specify long_description_content_type as RST in setup.py
1 parent 8c8edbf commit 3d82281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +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",
171172
url="https://github.com/pydata/bottleneck",
172173
download_url="http://pypi.python.org/pypi/Bottleneck",
173174
license="Simplified BSD",

0 commit comments

Comments
 (0)