Skip to content

Commit 882205d

Browse files
authored
fix: set README content_type (#385)
1 parent 2ca659a commit 882205d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ schema = graphene.Schema(query=Query)
109109

110110
### Full Examples
111111

112-
To learn more check out the following [examples](examples/):
112+
To learn more check out the following [examples](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/):
113113

114-
- [Flask SQLAlchemy example](examples/flask_sqlalchemy)
115-
- [Nameko SQLAlchemy example](examples/nameko_sqlalchemy)
114+
- [Flask SQLAlchemy example](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/flask_sqlalchemy)
115+
- [Nameko SQLAlchemy example](https://github.com/graphql-python/graphene-sqlalchemy/tree/master/examples/nameko_sqlalchemy)
116116

117117
## Contributing
118118

119-
See [CONTRIBUTING.md](/CONTRIBUTING.md)
119+
See [CONTRIBUTING.md](https://github.com/graphql-python/graphene-sqlalchemy/blob/master/CONTRIBUTING.md)

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
version=version,
3636
description="Graphene SQLAlchemy integration",
3737
long_description=open("README.md").read(),
38+
long_description_content_type="text/markdown",
3839
url="https://github.com/graphql-python/graphene-sqlalchemy",
3940
project_urls={
4041
"Documentation": "https://docs.graphene-python.org/projects/sqlalchemy/en/latest",

0 commit comments

Comments
 (0)