blob: e18eaedd99f739c16fe0ff79acdd16c64ebc2caf [file] [log] [blame]
# Copyright 2016 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.
"""setup.py for chromite"""
from __future__ import print_function
from setuptools import setup
setup(
name='chromite',
version='0.1.0',
packages=['chromite'],
)