diff --git a/setup.py b/setup.py index c0ebf3c..afdcf98 100644 --- a/setup.py +++ b/setup.py @@ -34,4 +34,5 @@ "pettingzoo==1.24.2", "pygame==2.1.3", ], + include_package_data=True, )