summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-03-11 13:53:33 -0800
committerTim Burke <tim.burke@gmail.com>2022-03-11 13:53:33 -0800
commitb50040969a03f7566ffcb468336e875d21486113 (patch)
tree9593ca5e13dfb043a1c6596b2848bee7adf242b8
parentc73609967be08977f05cbd8be38227845431bcd0 (diff)
downloadpyeclib-b50040969a03f7566ffcb468336e875d21486113.tar.gz
Set long_description_content_type
Otherwise, `twine check` warns warning: `long_description_content_type` missing. defaulting to `text/x-rst`. Change-Id: I272f50c523fbc425f169ebdcf2f4ba8e938ee1f4
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e6003cf..6eef16a 100644
--- a/setup.py
+++ b/setup.py
@@ -253,6 +253,7 @@ setup(name='pyeclib',
"License :: OSI Approved :: BSD License",
],
long_description=open('README.rst', 'r').read(),
+ long_description_content_type='text/x-rst',
platforms='Linux',
license='BSD',
ext_modules=[module],