forked from dapr/python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (30 loc) · 782 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
[metadata]
url = https://dapr.io/
author = Dapr Authors
author_email = daprweb@microsoft.com
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
project_urls =
Documentation = https://github.com/dapr/docs
Source = https://github.com/dapr/python-sdk
[options]
python_requires = >=3.7
packages = find_namespace:
include_package_data = True
install_requires =
dapr-dev >= 1.0.0rc3.dev
uvicorn >= 0.11.6
fastapi >= 0.60.1
[options.packages.find]
include =
dapr.*
exclude =
tests