Skip to content

Commit d05407f

Browse files
committed
Include templates in package. Updated dev version
1 parent 9b46fad commit d05407f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
recursive-include graphene_django/templates *

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='graphene-django',
5-
version='1.0.dev20160919000001',
5+
version='1.0.dev20160919000002',
66

77
description='Graphene Django integration',
88
long_description=open('README.rst').read(),
@@ -46,4 +46,7 @@
4646
# Required for Django postgres fields testing
4747
'psycopg2',
4848
],
49+
include_package_data=True,
50+
zip_safe=False,
51+
platforms='any',
4952
)

0 commit comments

Comments
 (0)