vitess-gh/py/setup.py

11 строки
274 B
Python
Executable File

# Copyright 2012, Google Inc. 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 = "vtdb",
packages=["vtdb", "net"],
platforms = "Any",
)