File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ schema = graphene.Schema(query=Query)
109
109
110
110
### Full Examples
111
111
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/) :
113
113
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)
116
116
117
117
## Contributing
118
118
119
- See [ CONTRIBUTING.md] ( /CONTRIBUTING.md )
119
+ See [ CONTRIBUTING.md] ( https://github.com/graphql-python/graphene-sqlalchemy/blob/master /CONTRIBUTING.md)
Original file line number Diff line number Diff line change 35
35
version = version ,
36
36
description = "Graphene SQLAlchemy integration" ,
37
37
long_description = open ("README.md" ).read (),
38
+ long_description_content_type = "text/markdown" ,
38
39
url = "https://github.com/graphql-python/graphene-sqlalchemy" ,
39
40
project_urls = {
40
41
"Documentation" : "https://docs.graphene-python.org/projects/sqlalchemy/en/latest" ,
You can’t perform that action at this time.
0 commit comments