File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 28
28
package_data = {'graphql_parser' : ['*.pxd' , '*.pyx' ]},
29
29
include_package_data = True ,
30
30
ext_modules = extensions ,
31
+ license = 'BSD' ,
32
+ keywords = ['graphql' , 'parser' , 'libgraphql' ],
31
33
classifiers = [
32
34
'Development Status :: 3 - Alpha' ,
33
35
'Environment :: Console' ,
34
36
'Environment :: Web Environment' ,
35
37
'Intended Audience :: Developers' ,
36
38
'License :: OSI Approved :: BSD License' ,
37
39
'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' ,
38
44
'Programming Language :: Python :: Implementation :: CPython' ,
39
45
'Topic :: Internet :: WWW/HTTP' ,
40
46
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments