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 6b3b4a9 commit 98b0bedCopy full SHA for 98b0bed
fastapi_async_sqlalchemy/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ["db", "SQLAlchemyMiddleware"]
4
5
-__version__ = "0.3.0a5"
+__version__ = "0.3.0a6"
setup.py
@@ -22,6 +22,7 @@
22
author_email="[email protected]",
23
description="SQLAlchemy middleware for FastAPI",
24
long_description=long_description,
25
+ long_description_content_type="text/x-rst",
26
packages=["fastapi_async_sqlalchemy"],
27
package_data={"fastapi_async_sqlalchemy": ["py.typed"]},
28
zip_safe=False,
0 commit comments