зеркало из https://github.com/github/vitess-gh.git
bug: add setup.py
This commit is contained in:
Родитель
e89672c478
Коммит
7e4a62aa48
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
# vim: set fileencoding=utf8 shiftwidth=4 tabstop=4 textwidth=80 foldmethod=marker :
|
||||
# Copyright (c) 2010, Kou Man Tong. All rights reserved.
|
||||
# For licensing, see LICENSE file included in the package.
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name = "vtdb",
|
||||
packages=["vtdb", "net"],
|
||||
platforms = "Any",
|
||||
)
|
Загрузка…
Ссылка в новой задаче