Skip to content

Commit

Permalink
Added extra folders in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Oct 31, 2022
1 parent 2c41113 commit 0cfe8d7
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 @@ -7,7 +7,7 @@
author_email="pariterre@hotmail.com",
url="https://github.com/pyomeca/biorbd-viz",
license="Apache 2.0",
packages=["bioviz"],
packages=["bioviz", "bioviz/analyses", "bioviz/qt_ui"],
package_data={"": ["ressources/*.png"]},
keywords="bioviz",
classifiers=[
Expand Down

0 comments on commit 0cfe8d7

Please sign in to comment.