Skip to content

Commit a4196d5

Browse files
author
Marco Paolini
committed
Fix pypi package name
1 parent d034e2d commit a4196d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
setup(
11-
name='graphql-parser',
11+
name='graphqlparser',
1212
version='0.0.1',
1313
author='Marco Paolini',
1414
author_email='[email protected]',
@@ -31,7 +31,7 @@
3131
'Intended Audience :: Developers',
3232
'License :: OSI Approved :: BSD License',
3333
'Operating System :: POSIX :: Linux',
34-
'Programming Language :: Python :: Implementation :: CPython'
34+
'Programming Language :: Python :: Implementation :: CPython',
3535
'Topic :: Internet :: WWW/HTTP',
3636
'Topic :: Software Development :: Libraries :: Python Modules',
3737
]

0 commit comments

Comments
 (0)