Skip to content

Commit 83b8a92

Browse files
committed
Added assets to package
1 parent 8c835ef commit 83b8a92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MANIFEST.in

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

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
'Programming Language :: Python :: Implementation :: PyPy',
2626
'License :: OSI Approved :: MIT License',
2727
],
28-
2928
keywords='api graphql protocol rest flask',
3029
packages=find_packages(exclude=['tests']),
3130
install_requires=required_packages,
3231
tests_require=['pytest>=2.7.3'],
32+
include_package_data=True,
33+
zip_safe=False,
34+
platforms='any',
3335
)

0 commit comments

Comments
 (0)