diff --git a/setup.py b/setup.py index 84ca46dbe..7bc82c624 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,5 @@ ], tests_require=[], python_requires=">=3", - package_data={"": ["omnigibson/global_config.yaml"]}, include_package_data=True, ) # yapf: disable