File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# GraphQL-Server
22
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 )
44
55GraphQL Server core package.
66
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ GraphQL Server powers the following integrations
2222| WebOb (Pyramid, Pylons) | `webob-graphql <https://github.com/graphql-python/webob-graphql/ >`__ |
2323+---------------------------+----------------------------------------------------------------------------+
2424
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 33required_packages = ['graphql-core' , 'promise' ]
44
55setup (
6- name = 'graphql-server' ,
6+ name = 'graphql-server-core ' ,
77 version = '1.0.dev20170322001' ,
88 description = 'GraphQL Server tools for powering your server' ,
99 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' ,
1212 author = 'Syrus Akbary' ,
1313 author_email = 'me@syrusakbary.com' ,
1414 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments