3 from distutils
.core
import setup
7 f
= open('CMakeLists.txt')
10 if 'ELLIPTICS_VERSION_ABI' in qstr
:
11 vstr
= qstr
.split()[1].split(')')[0].strip('"')
17 setup(name
='elliptics',
19 description
='Elliptics - client library for distributed storage system',
20 url
='http://www.ioremap.net/projects/elliptics',
21 package_dir
= {'': 'bindings/python'},
22 py_modules
=['elliptics'],