forked from swift-conductor/conductor-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (33 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
35 lines (33 loc) · 1.02 KB
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
[metadata]
name = swift-conductor-client
author = Swift Software Group
author_email = hello@swiftsoftwaregroup.com
description = Swift Conductor Client SDK for Python
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE.md
url = https://github.com/swift-conductor/conductor-client-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.8
install_requires =
certifi >= 14.05.14
prometheus-client >= 0.13.1
six >= 1.10
requests >= 2.28.1
typing-extensions >= 4.2.0
astor >= 0.8.1
shortuuid >= 1.0.11
[options.packages.find]
where = src