Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Jul 3, 2024
1 parent ce75d39 commit f484eb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recursive-include rofunc/data/ *
recursive-include rofunc/simulator/assets/ *
recursive-include rofunc/config/ *
recursive-include rofunc/config/ *
recursive-exclude rofunc/simulator/assets/urdf/ycb *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author="Junjia Liu",
author_email="jjliu@mae.cuhk.edu.hk",
url='https://github.com/Skylark0924/Rofunc',
packages=find_packages(exclude=["others"]),
packages=find_packages(),
include_package_data=True,
extras_require=extras,
install_requires=['cython==3.0.0a10', # for mujoco_py
Expand Down

0 comments on commit f484eb6

Please sign in to comment.