Skip to content

Commit

Permalink
description format in setup (pypi)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorSanh committed Feb 4, 2022
1 parent 915a3bd commit 5001f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

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

with open('requirements.txt') as requirements_file:
Expand All @@ -26,6 +26,7 @@
packages=find_packages(),
license="Apache Software License 2.0",
long_description=readme,
long_description_content_type="text/markdown",
package_data={"": [
"templates/*/*.yaml",
"templates/*/*/*.yaml",
Expand Down

0 comments on commit 5001f67

Please sign in to comment.