-
Notifications
You must be signed in to change notification settings - Fork 11
/
buildout.cfg
63 lines (55 loc) · 1.21 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[buildout]
prefer-final = false
newest = false
download-cache = .cache
develop = .
parts =
[project]
name = infi.pyvmomi_wrapper
homepage = https://github.com/Infinidat/${project:name}
company = Infinidat
namespace_packages = ['infi']
install_requires = [
'infi.pyutils',
'munch',
'pyvmomi',
'setuptools',
'six'
]
version_file = src/infi/pyvmomi_wrapper/__version__.py
description = Wrapper for pyvmomi
long_description = Wrapper for pyvmomi
console_scripts = []
gui_scripts = []
package_data = []
upgrade_code = {c12ae42e-38f1-11e4-ae0f-7cd1c3f59823}
product_name = infi.pyvmomi_wrapper
post_install_script_name = None
pre_uninstall_script_name = None
[isolated-python]
recipe = infi.recipe.python
version = v3.8.0.2
[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 = zc.buildout
infi.traceback
${project:name}
coverage
ipython
nose
interpreter = python
[pack]
recipe = infi.recipe.application_packager
[sublime]
recipe = corneti.recipes.codeintel
eggs = ${development-scripts:eggs}
[versions]
pyvmomi = 7.0.3