Skip to content

Commit

Permalink
Fix missing asset (index.html) (#91)
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
ElDeveloper authored and mortonjt committed Sep 27, 2019
1 parent da22cd5 commit 5e71cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
entry_points={
'qiime2.plugins': ['q2-mmvec=mmvec.q2.plugin_setup:plugin']
},
package_data={},
package_data={'mmvec': ['q2/assets/*.html']},
zip_safe=False)

0 comments on commit 5e71cb0

Please sign in to comment.