Skip to content

Commit

Permalink
Update mesh format in package_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxenburg committed Mar 31, 2024
1 parent 7366081 commit a3f7ca5
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 @@ -47,7 +47,7 @@
version='0.1',
packages=find_packages(),
package_data={
'flybody': ['fruitfly/assets/*.msh', 'fruitfly/assets/*.xml'],
'flybody': ['fruitfly/assets/*.obj', 'fruitfly/assets/*.xml'],
},
python_requires='>=3.10',
install_requires=core_requirements,
Expand Down

0 comments on commit a3f7ca5

Please sign in to comment.