Skip to content

Commit 87ee276

Browse files
author
paul.marcombes
committed
v0.9: fix package_data issues in setup.py
1 parent 6da05cf commit 87ee276

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33

4-
VERSION = '0.8'
4+
VERSION = '0.9'
55

66

77
with open('README.md', 'r', encoding='utf-8') as fh:
@@ -24,6 +24,7 @@
2424
'Operating System :: OS Independent',
2525
],
2626
python_requires='>=3.6',
27+
package_data={'bigfun': ['templates/**/*', 'website/**/*', 'datastore/**/*']},
2728
include_package_data=True,
2829
install_requires=[
2930
'google-cloud-bigquery',

0 commit comments

Comments
 (0)