8000 Fix scripts section in project · graphql-python/gql-next@09156f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09156f8

Browse files
committed
Fix scripts section in project
1 parent bd8029e commit 09156f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest-mock = "^1.10"
3737
deepdiff = "^3.3"
3838

3939
[tool.poetry.scripts]
40-
my-script = 'gql:cli'
40+
gql = 'gql.cli:cli'
4141

4242
[build-system]
4343
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)
0