Skip to content

Commit 214bf0f

Browse files
committed
initial
1 parent 0c569e8 commit 214bf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open(Path("fastapi_async_sqlalchemy") / "__init__.py", encoding="utf-8") as fh:
77
version = re.search(r'__version__ = "(.*?)"', fh.read(), re.M).group(1)
88

9-
with open("README.rst", encoding="utf-8") as fh:
9+
with open("README.md", encoding="utf-8") as fh:
1010
long_description = fh.read()
1111

1212
setup(

0 commit comments

Comments
 (0)