Skip to content

Commit 583c097

Browse files
authored
Merge pull request #32 from noelleleigh/patch-1
Update GitHub URL in setup.py
2 parents 2a343ef + 7a728ac commit 583c097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def read(*rnames):
1717
long_description_content_type='text/markdown',
1818
author = 'Igor Kasianov',
1919
author_email = '[email protected]',
20-
url = 'https://github.com/erebus1/graphene-federation',
21-
download_url = f'https://github.com/erebus1/graphene-federation/archive/{version}.tar.gz',
20+
url = 'https://github.com/preply/graphene-federation',
21+
download_url = f'https://github.com/preply/graphene-federation/archive/{version}.tar.gz',
2222
keywords = ['graphene', 'gql', 'federation'],
2323
install_requires=[
2424
"graphene>=2.1.0,<3"
@@ -29,4 +29,4 @@ def read(*rnames):
2929
"Topic :: Software Development :: Libraries",
3030
"Programming Language :: Python :: 3.6",
3131
],
32-
)
32+
)

0 commit comments

Comments
 (0)