This commit is contained in:
Sugu Sougoumarane 2012-06-04 16:22:02 -07:00
Родитель e89672c478
Коммит 7e4a62aa48
1 изменённых файлов: 11 добавлений и 0 удалений

11
py/setup.py Executable file
Просмотреть файл

@ -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",
)