Skip to content

Commit

Permalink
Fixed missing package in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Aug 1, 2021
1 parent 4922d25 commit 50dc036
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 @@ -62,7 +62,7 @@
author_email='[email protected]',
maintainer='Ossama W. Obeid',
maintainer_email='[email protected]',
packages=['muddler'],
packages=['muddler', 'muddler.v1'],
include_package_data=True,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 50dc036

Please sign in to comment.