blob: ea28213ceae828a2986a00bc4aa024ad96fa0adf [file] [log] [blame]
# Copyright 2017 The Chromium 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 setuptools import setup
setup(
name='dataflow',
description='Chrome Infra Dataflow Workflows',
long_description=('This package includes Chrome Infra workflows as well as '
'common modules.'),
classifiers=[
'Programming Language :: Python :: 2.7',
],
package_dir={'dataflow': ''},
packages=['dataflow', 'dataflow.common'],
)