mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-25 11:23:45 +03:00
Include templates in package. Updated dev version
This commit is contained in:
parent
9b46fad919
commit
d05407f6a5
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
include README.md
|
||||||
|
recursive-include graphene_django/templates *
|
5
setup.py
5
setup.py
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='graphene-django',
|
name='graphene-django',
|
||||||
version='1.0.dev20160919000001',
|
version='1.0.dev20160919000002',
|
||||||
|
|
||||||
description='Graphene Django integration',
|
description='Graphene Django integration',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
|
@ -46,4 +46,7 @@ setup(
|
||||||
# Required for Django postgres fields testing
|
# Required for Django postgres fields testing
|
||||||
'psycopg2',
|
'psycopg2',
|
||||||
],
|
],
|
||||||
|
include_package_data=True,
|
||||||
|
zip_safe=False,
|
||||||
|
platforms='any',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user