Set long_description_content_type

Otherwise, `twine check` warns

   warning: `long_description_content_type` missing. defaulting to `text/x-rst`.

Change-Id: I272f50c523fbc425f169ebdcf2f4ba8e938ee1f4
This commit is contained in:
Tim Burke 2022-03-11 13:53:33 -08:00
parent c73609967b
commit b50040969a
1 changed files with 1 additions and 0 deletions

View File

@ -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],