Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Sep 8, 2019
1 parent 5ffeade commit fb7526d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions gql_query/__init__.py

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@ def run(self):
'Programming Language :: Python :: 3',
],
keywords='graphql gql query-builder',
packages=find_packages('gql_query'),
packages=['gql_query_builder'],
python_requires='>=3.6',
project_urls={
'Source': 'https://github.com/youyo/gql-query-builder',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_builder.py → tests/test.py
@@ -1,5 +1,5 @@
from unittest import TestCase
from gql_query import GqlQuery
from gql_query_builder import GqlQuery


class TestGqlQuery(TestCase):
Expand Down

0 comments on commit fb7526d

Please sign in to comment.