forked from dapr/python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (27 loc) · 805 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
[metadata]
url = https://dapr.io/
author = Dapr Authors
author_email = [email protected]
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Documentation = https://github.com/dapr/docs
Source = https://github.com/dapr/python-sdk
[options]
python_requires = >=3.8
packages = find:
include_package_data = true
zip_safe = false
install_requires =
Flask >= 1.1
dapr-dev >= 1.11.0rc1.dev