Skip to content

Commit

Permalink
v0.9: fix package_data issues in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.marcombes committed Oct 2, 2024
1 parent 6da05cf commit 87ee276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import setuptools


VERSION = '0.8'
VERSION = '0.9'


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

0 comments on commit 87ee276

Please sign in to comment.