Skip to content

Commit efa7d46

Browse files
committed
Moved graphql-relay-py inside GraphQL Python Github community
1 parent ab8eb49 commit efa7d46

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ of a GraphQL server.
77
*Note: The code is a __exact__ port of the original [graphql-relay js implementation](https://github.com/graphql/graphql-relay-js)
88
from Facebook*
99

10-
[![Build Status](https://travis-ci.org/syrusakbary/graphql-relay-py.svg?branch=master)](https://travis-ci.org/syrusakbary/graphql-relay-py)
11-
[![Coverage Status](https://coveralls.io/repos/syrusakbary/graphql-relay-py/badge.svg?branch=master&service=github)](https://coveralls.io/github/syrusakbary/graphql-relay-py?branch=master)
10+
[![Build Status](https://travis-ci.org/graphql-python/graphql-relay-py.svg?branch=master)](https://travis-ci.org/graphql-python/graphql-relay-py)
11+
[![Coverage Status](https://coveralls.io/repos/graphql-python/graphql-relay-py/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphql-relay-py?branch=master)
1212

1313
## Getting Started
1414

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ After developing, the full test suite can be evaluated by running:
263263
264264
python setup.py test # Use --pytest-args="-v -s" for verbose mode
265265
266-
.. |Build Status| image:: https://travis-ci.org/syrusakbary/graphql-relay-py.svg?branch=master
267-
:target: https://travis-ci.org/syrusakbary/graphql-relay-py
268-
.. |Coverage Status| image:: https://coveralls.io/repos/syrusakbary/graphql-relay-py/badge.svg?branch=master&service=github
269-
:target: https://coveralls.io/github/syrusakbary/graphql-relay-py?branch=master
266+
.. |Build Status| image:: https://travis-ci.org/graphql-python/graphql-relay-py.svg?branch=master
267+
:target: https://travis-ci.org/graphql-python/graphql-relay-py
268+
.. |Coverage Status| image:: https://coveralls.io/repos/graphql-python/graphql-relay-py/badge.svg?branch=master&service=github
269+
:target: https://coveralls.io/github/graphql-python/graphql-relay-py?branch=master

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_tests(self):
2929
description='Relay implementation for Python',
3030
long_description=open('README.rst').read(),
3131

32-
url='https://github.com/syrusakbary/graphql-relay-py',
32+
url='https://github.com/graphql-python/graphql-relay-py',
3333

3434
author='Syrus Akbary',
3535
author_email='[email protected]',
@@ -54,7 +54,7 @@ def run_tests(self):
5454
packages=find_packages(exclude=['tests']),
5555

5656
install_requires=[
57-
'graphqllib'
57+
'graphql-core==0.1a0'
5858
],
5959
tests_require=['pytest>=2.7.2'],
6060
extras_require={

0 commit comments

Comments
 (0)