Skip to content

Commit

Permalink
Merge pull request #26 from martinRenou/missing_packages_entry_setuppy
Browse files Browse the repository at this point in the history
Missing packages entry in setup.py
  • Loading branch information
martinRenou authored Sep 29, 2022
2 parents 282ba9b + de6cf02 commit 0bb8162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ def run(self):
'widgets',
'voila'
],
packages=[],
cmdclass={
'develop': DevelopCmd,
},
}
)

0 comments on commit 0bb8162

Please sign in to comment.