|
4 | 4 |
|
5 | 5 | setup(
|
6 | 6 | name='Sanic-GraphQL',
|
7 |
| - version='0.3.1', |
| 7 | + version='0.0.9', |
8 | 8 | description='Adds GraphQL support to your Sanic application',
|
9 | 9 | long_description=open('README.rst').read(),
|
10 | 10 | url='https://github.com/grazor/sanic-graphql',
|
|
13 | 13 | author_email='porivaevs@gmail.com',
|
14 | 14 | license='MIT',
|
15 | 15 | classifiers=[
|
16 |
| - 'Development Status :: 5 - Production/Stable', |
| 16 | + 'Development Status :: 4 - Beta', |
17 | 17 | 'Intended Audience :: Developers',
|
18 | 18 | 'Topic :: Software Development :: Libraries',
|
19 |
| - 'Programming Language :: Python :: 2', |
20 |
| - 'Programming Language :: Python :: 2.7', |
21 |
| - 'Programming Language :: Python :: 3', |
22 |
| - 'Programming Language :: Python :: 3.3', |
23 |
| - 'Programming Language :: Python :: 3.4', |
24 | 19 | 'Programming Language :: Python :: 3.5',
|
25 |
| - 'Programming Language :: Python :: Implementation :: PyPy', |
| 20 | + 'Programming Language :: Python :: 3.6', |
26 | 21 | 'License :: OSI Approved :: MIT License',
|
27 | 22 | ],
|
28 | 23 | keywords='api graphql protocol sanic',
|
|
0 commit comments