Remove repeated package
This commit is contained in:
parent
a991e53059
commit
438fd3bace
|
@ -5,7 +5,7 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name='carla_client',
|
name='carla_client',
|
||||||
version='0.7.1',
|
version='0.7.1',
|
||||||
packages=['carla', 'carla.planner', 'carla.benchmarks', 'carla.planner'],
|
packages=['carla', 'carla.benchmarks', 'carla.planner'],
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
description='Python API for communicating with the CARLA server.',
|
description='Python API for communicating with the CARLA server.',
|
||||||
url='https://github.com/carla-simulator/carla',
|
url='https://github.com/carla-simulator/carla',
|
||||||
|
|
Loading…
Reference in New Issue