Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Sep 23, 2021
1 parent 3caa05b commit 9a14817
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 @@ -18,7 +18,7 @@
url="https://github.com/qgallouedec/panda-gym",
packages=find_packages(),
include_package_data=True,
package_data={},
package_data={"panda_gym": ["version.txt"]},
version=__version__,
install_requires=["gym", "pybullet", "numpy"],
classifiers=[
Expand Down

0 comments on commit 9a14817

Please sign in to comment.