-
Notifications
You must be signed in to change notification settings - Fork 29
/
setup.cfg
36 lines (34 loc) · 1015 Bytes
/
setup.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
[metadata]
name = conductor-python
author = Orkes
author_email = [email protected]
description = Netflix Conductor Python SDK
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
url = https://github.com/conductor-sdk/conductor-python
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Libraries :: Application Frameworks
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
certifi >= 14.05.14
prometheus-client >= 0.13.1
six >= 1.10
requests >= 2.31.0
typing-extensions >= 4.2.0
astor >= 0.8.1
shortuuid >= 1.0.11
dacite >= 1.8.1
[options.packages.find]
where = src