Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 157da35

Browse files
committed
update setup.py for markdown readme
1 parent 201425a commit 157da35

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
@@ -5,7 +5,7 @@
55
"""
66
from setuptools import setup
77

8-
with open("./README.rst", "r") as f:
8+
with open("./README.md", "r", encoding="utf-8") as f:
99
long_description = f.read()
1010

1111

@@ -18,6 +18,7 @@
1818
author_email="cpsweene@gmail.com",
1919
description="Framework for Building Virtual Assistants with API.AI",
2020
long_description=long_description,
21+
long_description_content_type="text/markdown",
2122
packages=["flask_assistant", "api_ai"],
2223
zip_safe=False,
2324
include_package_data=True,

0 commit comments

Comments
 (0)