-
Notifications
You must be signed in to change notification settings - Fork 129
/
setup.cfg
36 lines (33 loc) · 936 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]
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
Programming Language :: Python :: 3.12
project_urls =
Documentation = https://github.com/dapr/docs
Source = https://github.com/dapr/python-sdk
[options]
python_requires = >=3.8
packages = find_namespace:
include_package_data = True
install_requires =
dapr-dev >= 1.13.0rc1.dev
uvicorn >= 0.11.6
fastapi >= 0.60.1
[options.packages.find]
include =
dapr.*
exclude =
tests