Remove repeated package

This commit is contained in:
nsubiron 2018-01-22 16:06:28 +01:00
parent a991e53059
commit 438fd3bace
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from setuptools import setup
setup(
name='carla_client',
version='0.7.1',
packages=['carla', 'carla.planner', 'carla.benchmarks', 'carla.planner'],
packages=['carla', 'carla.benchmarks', 'carla.planner'],
license='MIT License',
description='Python API for communicating with the CARLA server.',
url='https://github.com/carla-simulator/carla',