chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:36:51 +08:00
commit d731240295
27 changed files with 3078 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from setuptools import setup, find_packages
setup(
name='easycarla',
version='0.1.0',
description='A simple and easy-to-use OpenAI Gym environment based on the CARLA simulator.',
author='SilverWings',
packages=find_packages(),
install_requires=['gym']
)