Skip to content

Commit b34d0a2

Browse files
author
Marco Paolini
committed
Add a few embellishments for Pypi
1 parent 401ba83 commit b34d0a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@
2828
package_data={'graphql_parser': ['*.pxd', '*.pyx']},
2929
include_package_data=True,
3030
ext_modules=extensions,
31+
license='BSD',
32+
keywords=['graphql', 'parser', 'libgraphql'],
3133
classifiers=[
3234
'Development Status :: 3 - Alpha',
3335
'Environment :: Console',
3436
'Environment :: Web Environment',
3537
'Intended Audience :: Developers',
3638
'License :: OSI Approved :: BSD License',
3739
'Operating System :: POSIX :: Linux',
40+
'Programming Language :: Python :: 2.7',
41+
'Programming Language :: Python :: 3',
42+
'Programming Language :: Python :: 3.4',
43+
'Programming Language :: Python :: 3.5',
3844
'Programming Language :: Python :: Implementation :: CPython',
3945
'Topic :: Internet :: WWW/HTTP',
4046
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)