File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# GraphQL-Server
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/graphql-python/graphql-server.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphql-server ) [ ![ Coverage Status] ( https://coveralls.io/repos/graphql-python/graphql-server/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/graphql-python/graphql-server?branch=master ) [ ![ PyPI version] ( https://badge.fury.io/py/graphql-server.svg )] ( https://badge.fury.io/py/graphql-server )
3
+ [ ![ Build Status] ( https://travis-ci.org/graphql-python/graphql-server-core .svg?branch=master )] ( https://travis-ci.org/graphql-python/graphql-server-core ) [ ![ Coverage Status] ( https://coveralls.io/repos/graphql-python/graphql-server-core /badge.svg?branch=master&service=github )] ( https://coveralls.io/github/graphql-python/graphql-server-core ?branch=master ) [ ![ PyPI version] ( https://badge.fury.io/py/graphql-server-core .svg )] ( https://badge.fury.io/py/graphql-server-core )
4
4
5
5
GraphQL Server core package.
6
6
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ GraphQL Server powers the following integrations
22
22
| WebOb (Pyramid, Pylons) | `webob-graphql <https://github.com/graphql-python/webob-graphql/ >`__ |
23
23
+---------------------------+----------------------------------------------------------------------------+
24
24
25
- .. |Build Status | image :: https://travis-ci.org/graphql-python/graphql-server.svg?branch=master
26
- :target: https://travis-ci.org/graphql-python/graphql-server
27
- .. |Coverage Status | image :: https://coveralls.io/repos/graphql-python/graphql-server/badge.svg?branch=master&service=github
28
- :target: https://coveralls.io/github/graphql-python/graphql-server?branch=master
29
- .. |PyPI version | image :: https://badge.fury.io/py/graphql-server.svg
30
- :target: https://badge.fury.io/py/graphql-server
25
+ .. |Build Status | image :: https://travis-ci.org/graphql-python/graphql-server-core .svg?branch=master
26
+ :target: https://travis-ci.org/graphql-python/graphql-server-core
27
+ .. |Coverage Status | image :: https://coveralls.io/repos/graphql-python/graphql-server-core /badge.svg?branch=master&service=github
28
+ :target: https://coveralls.io/github/graphql-python/graphql-server-core ?branch=master
29
+ .. |PyPI version | image :: https://badge.fury.io/py/graphql-server-core .svg
30
+ :target: https://badge.fury.io/py/graphql-server-core
Original file line number Diff line number Diff line change 3
3
required_packages = ['graphql-core' , 'promise' ]
4
4
5
5
setup (
6
- name = 'graphql-server' ,
6
+ name = 'graphql-server-core ' ,
7
7
version = '1.0.dev20170322001' ,
8
8
description = 'GraphQL Server tools for powering your server' ,
9
9
long_description = open ('README.rst' ).read (),
10
- url = 'https://github.com/graphql-python/graphql-server' ,
11
- download_url = 'https://github.com/graphql-python/graphql-server/releases' ,
10
+ url = 'https://github.com/graphql-python/graphql-server-core ' ,
11
+ download_url = 'https://github.com/graphql-python/graphql-server-core /releases' ,
12
12
author = 'Syrus Akbary' ,
13
13
author_email = 'me@syrusakbary.com' ,
14
14
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments