Skip to content

Commit dddefee

Browse files
committed
Include webviewer templates in the package data
1 parent ddafd0c commit dddefee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
graft rnaseq_pipeline/webviewer/templates

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
author_email='[email protected]',
1212
classifiers=['License :: Public Domain'],
1313
packages=find_packages(),
14+
include_package_data=True,
1415
install_requires=['luigi', 'python-daemon<3.0.0', 'bioluigi>=0.1.4', 'requests', 'pandas'],
1516
extras_require={
1617
'gsheet': ['google-api-python-client', 'google-auth-httplib2', 'google-auth-oauthlib', 'pyxdg'],

0 commit comments

Comments
 (0)