infi.clickhouse_orm/buildout.cfg

61 lines
1.2 KiB
INI
Raw Normal View History

2016-06-23 14:05:07 +03:00
[buildout]
prefer-final = false
newest = false
download-cache = .cache
develop = .
2016-06-23 14:11:20 +03:00
parts =
2016-06-23 14:05:07 +03:00
[project]
2016-06-23 15:46:11 +03:00
name = infi.clickhouse_orm
2016-06-23 14:05:07 +03:00
company = Infinidat
namespace_packages = ['infi']
2016-06-23 14:11:20 +03:00
install_requires = [
'pytz',
'requests',
'setuptools'
2016-06-23 15:10:49 +03:00
]
2016-06-23 15:46:11 +03:00
version_file = src/infi/clickhouse_orm/__version__.py
2016-06-23 14:05:07 +03:00
description = A Python library for working with the ClickHouse database
long_description = A Python library for working with the ClickHouse database
console_scripts = []
gui_scripts = []
package_data = []
upgrade_code = {58530fba-3932-11e6-a20e-7071bc32067f}
2016-06-23 15:46:11 +03:00
product_name = infi.clickhouse_orm
2016-06-23 14:05:07 +03:00
post_install_script_name = None
pre_uninstall_script_name = None
[isolated-python]
recipe = infi.recipe.python
version = v2.7.8.4
[setup.py]
recipe = infi.recipe.template.version
input = setup.in
output = setup.py
[__version__.py]
recipe = infi.recipe.template.version
output = ${project:version_file}
[development-scripts]
dependent-scripts = true
recipe = infi.recipe.console_scripts
eggs = ${project:name}
ipython
nose
infi.unittest
infi.traceback
zc.buildout
2016-06-23 15:10:49 +03:00
scripts = ipython
nosetests
2016-06-23 14:05:07 +03:00
interpreter = python
[pack]
recipe = infi.recipe.application_packager
[sublime]
recipe = corneti.recipes.codeintel
eggs = ${development-scripts:eggs}