Skip to content

Commit 98b0bed

Browse files
committed
initial
1 parent 6b3b4a9 commit 98b0bed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fastapi_async_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["db", "SQLAlchemyMiddleware"]
44

5-
__version__ = "0.3.0a5"
5+
__version__ = "0.3.0a6"

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
author_email="[email protected]",
2323
description="SQLAlchemy middleware for FastAPI",
2424
long_description=long_description,
25+
long_description_content_type="text/x-rst",
2526
packages=["fastapi_async_sqlalchemy"],
2627
package_data={"fastapi_async_sqlalchemy": ["py.typed"]},
2728
zip_safe=False,

0 commit comments

Comments
 (0)