Add long_description type to setup.py.

This commit is contained in:
Andrius Štikonas 2020-12-27 19:32:43 +00:00
parent 1e4a60e642
commit 3487ac3962
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ setuptools.setup(
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Operating System :: OS Independent",
],
long_description=long_description,
long_description_content_type='text/markdown',
packages=setuptools.find_packages(),
install_requires = ['neohubapi'],
keywords = ['neohub', 'heatmiser'],