Skip to content

Commit 5001f67

Browse files
committed
description format in setup (pypi)
1 parent 915a3bd commit 5001f67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
with open('README.md') as readme_file:
3+
with open("README.md", "r", encoding="utf-8") as readme_file:
44
readme = readme_file.read()
55

66
with open('requirements.txt') as requirements_file:
@@ -26,6 +26,7 @@
2626
packages=find_packages(),
2727
license="Apache Software License 2.0",
2828
long_description=readme,
29+
long_description_content_type="text/markdown",
2930
package_data={"": [
3031
"templates/*/*.yaml",
3132
"templates/*/*/*.yaml",

0 commit comments

Comments
 (0)