File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ def readlocal(fname):
12
12
AUTHOR_EMAIL = '[email protected] '
13
13
DESCRIPTION = "Graphical User Interface for LArray library"
14
14
LONG_DESCRIPTION = readlocal ("README.rst" )
15
+ LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst"
15
16
SETUP_REQUIRES = []
16
17
# pyqt cannot be installed via pypi. Dependencies (pyqt, qtpy and matplotlib) moved to conda recipe
17
18
# requires larray >= 0.32 because of the LArray -> Array rename
@@ -51,6 +52,7 @@ def readlocal(fname):
51
52
classifiers = CLASSIFIERS ,
52
53
description = DESCRIPTION ,
53
54
long_description = LONG_DESCRIPTION ,
55
+ long_description_content_type = LONG_DESCRIPTION_CONTENT_TYPE ,
54
56
setup_requires = SETUP_REQUIRES ,
55
57
install_requires = INSTALL_REQUIRES ,
56
58
tests_require = TESTS_REQUIRE ,
You can’t perform that action at this time.
0 commit comments