We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d034e2d commit a4196d5Copy full SHA for a4196d5
setup.py
@@ -8,7 +8,7 @@
8
9
10
setup(
11
- name='graphql-parser',
+ name='graphqlparser',
12
version='0.0.1',
13
author='Marco Paolini',
14
author_email='markopaolini@gmail.com',
@@ -31,7 +31,7 @@
31
'Intended Audience :: Developers',
32
'License :: OSI Approved :: BSD License',
33
'Operating System :: POSIX :: Linux',
34
- 'Programming Language :: Python :: Implementation :: CPython'
+ 'Programming Language :: Python :: Implementation :: CPython',
35
'Topic :: Internet :: WWW/HTTP',
36
'Topic :: Software Development :: Libraries :: Python Modules',
37
]
0 commit comments