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 3720a23 commit 2ca659aCopy full SHA for 2ca659a
README.rst
setup.py
@@ -34,8 +34,11 @@
34
name="graphene-sqlalchemy",
35
version=version,
36
description="Graphene SQLAlchemy integration",
37
- long_description=open("README.rst").read(),
+ long_description=open("README.md").read(),
38
url="https://github.com/graphql-python/graphene-sqlalchemy",
39
+ project_urls={
40
+ "Documentation": "https://docs.graphene-python.org/projects/sqlalchemy/en/latest",
41
+ },
42
author="Syrus Akbary",
43
author_email="me@syrusakbary.com",
44
license="MIT",
0 commit comments