Skip to content

Commit

Permalink
missing html file bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesir committed Jan 31, 2024
1 parent 3a79193 commit e18d80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quantstats_lumi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.0.73"
version = "0.1.0"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@
],
},
include_package_data=True,
package_data={"static": "quantstats/report.html*"},
package_data={
"quantstats_lumi": ["report.html"],
},
)

0 comments on commit e18d80c

Please sign in to comment.