blob: 6bafedd8ec80005c41b29a42ff797e80c6338e50 [file] [log] [blame]
# Copyright 2015 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='touch_firmware_test',
version='1.0',
description='Touch Firmware Testing Suite',
long_description='This contains tools for testing touch devices.',
license='BSD-Google',
packages=['webplot',
'webplot.remote',
'webplot.remote.mt',
'webplot.remote.mt.input'],
package_data={'webplot': ['*.html', '*.js', 'webplot'],
'webplot.remote': ['data/*',]},
author='Joseph Hwang',
author_email='josephsih@chromium.org',
)