From 438fd3baced8a5cc34e7fc377b9bdb8677081fb5 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 22 Jan 2018 16:06:28 +0100 Subject: [PATCH] Remove repeated package --- PythonClient/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonClient/setup.py b/PythonClient/setup.py index 31e26f2de..7969450a6 100644 --- a/PythonClient/setup.py +++ b/PythonClient/setup.py @@ -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',