blob: 2c710bb7a5756743a23acfa1bc40eff4fdb6b34a [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from distutils.core import setup
setup(
name='touchbot',
version='1.0',
description='Touch robot controls',
packages=['touchbotII', 'touchbotII.touchbotII', 'quickstep'],
package_data={'touchbotII.touchbotII': ['nest/*', 'detector/*'],
'touchbotII': ['device_specs/*']}
)