-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (34 loc) · 767 Bytes
/
setup.cfg
File metadata and controls
37 lines (34 loc) · 767 Bytes
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
[metadata]
name = lithopscloud
version = 1.0.0b98
author = kpavel
author_email = kpavel@il.ibm.com
description = Interactive tool for generation of lithops configuration
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/lithops-cloud/lithopscloud
classifiers =
Programming Language :: Python :: 3
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
scripts =
bin/lithopscloud
install_requires =
click >=8.0.1
inquirer >=2.7.0
ibm-cloud-sdk-core
ibm-platform-services
ibm-cos-sdk
PyYAML >=5.4.1
ibm-code-engine-sdk
ibm_watson
docker >=5.0.3
lithops>=2.5.4
ibm-vpc
[options.packages.find]
where = src
[options.package_data]
* = *.yaml