8000 Updated package info · graphql-python/sanic-graphql@9397a6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9397a6d

Browse files
committed
Updated package info
1 parent 42eff0a commit 9397a6d

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include README.md
2-
recursive-include sanic_graphql/static *
3-
recursive-include sanic_graphql/templates *
2+

setup.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='Sanic-GraphQL',
7-
version='0.3.1',
7+
version='0.0.9',
88
description='Adds GraphQL support to your Sanic application',
99
long_description=open('README.rst').read(),
1010
url='https://github.com/grazor/sanic-graphql',
@@ -13,16 +13,11 @@
1313
author_email='porivaevs@gmail.com',
1414
license='MIT',
1515
classifiers=[
16-
'Development Status :: 5 - Production/Stable',
16+
'Development Status :: 4 - Beta',
1717
'Intended Audience :: Developers',
1818
'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',
2419
'Programming Language :: Python :: 3.5',
25-
'Programming Language :: Python :: Implementation :: PyPy',
20+
'Programming Language :: Python :: 3.6',
2621
'License :: OSI Approved :: MIT License',
2722
],
2823
keywords='api graphql protocol sanic',

0 commit comments

Comments
 (0)
0