forked from dapr/python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (31 loc) · 890 Bytes
/
setup.cfg
File metadata and controls
33 lines (31 loc) · 890 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
[metadata]
url = https://dapr.io/
author = Dapr Authors
author_email = daprweb@microsoft.com
license = Apache
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
project_urls =
Documentation = https://github.com/dapr/docs
Source = https://github.com/dapr/python-sdk
[options]
python_requires = >=3.10
packages = find:
include_package_data = true
zip_safe = false
install_requires =
Flask >= 1.1
dapr >= 1.17.1
[options.package_data]
flask_dapr =
py.typed