File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments