Skip to content

Commit

Permalink
Include report template, closes #209
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfleming committed Apr 28, 2023
1 parent f72facf commit d0f2d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include README.rst
include LICENSE
include requirements.txt
include requirements-rtd.txt
include cellbender/remove_background/report.ipynb
include requirements-rtd.txt
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ def get_rtd_requirements() -> List[str]:
'console_scripts': ['cellbender=cellbender.base_cli:main'],
},
include_package_data=True,
package_data={'': ['*.ipynb']}, # include the report template
zip_safe=False
)

0 comments on commit d0f2d23

Please sign in to comment.