Skip to content

Commit

Permalink
Fix setup.py to include subpackages (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxposed authored Jun 23, 2022
1 parent 2507742 commit cb2d209
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 @@ -39,7 +39,7 @@ def get_requirements_filename():
url='http://github.com/broadinstitute/CellBender',
author='Stephen Fleming, Mehrtash Babadi',
license='BSD (3-Clause)',
packages=['cellbender'],
packages=setuptools.find_packages(),
install_requires=install_requires,
entry_points={
'console_scripts': ['cellbender=cellbender.base_cli:main'],
Expand Down

0 comments on commit cb2d209

Please sign in to comment.