Skip to content

Commit dd978fc

Browse files
committed
Renamed to GraphQL server core
1 parent c8dbbfb commit dd978fc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
GraphQL Server core package.
66

README.rst

+6-6
Original file line numberDiff line numberDiff 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

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
required_packages = ['graphql-core', 'promise']
44

55
setup(
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',

0 commit comments

Comments
 (0)