Skip to content

Commit

Permalink
Include webviewer templates in the package data
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Aug 23, 2024
1 parent ddafd0c commit dddefee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graft rnaseq_pipeline/webviewer/templates
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
author_email='poirigui@msl.ubc.ca',
classifiers=['License :: Public Domain'],
packages=find_packages(),
include_package_data=True,
install_requires=['luigi', 'python-daemon<3.0.0', 'bioluigi>=0.1.4', 'requests', 'pandas'],
extras_require={
'gsheet': ['google-api-python-client', 'google-auth-httplib2', 'google-auth-oauthlib', 'pyxdg'],
Expand Down

0 comments on commit dddefee

Please sign in to comment.