We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c569e8 commit 214bf0fCopy full SHA for 214bf0f
setup.py
@@ -6,7 +6,7 @@
6
with open(Path("fastapi_async_sqlalchemy") / "__init__.py", encoding="utf-8") as fh:
7
version = re.search(r'__version__ = "(.*?)"', fh.read(), re.M).group(1)
8
9
-with open("README.rst", encoding="utf-8") as fh:
+with open("README.md", encoding="utf-8") as fh:
10
long_description = fh.read()
11
12
setup(
0 commit comments