forked from pomerium/enterprise-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (23 loc) · 650 Bytes
/
setup.cfg
File metadata and controls
27 lines (23 loc) · 650 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
[metadata]
name = pomerium-enterprise-client
version = 0.0.2
license = Apache-2.0
url = https://www.pomerium.com
author = Pomerium Developers
author_email = info@pomerium.com
description = "Client and dependencies for interacting with the Pomerium Enterprise API"
project_urls =
Source = https://github.com/pomerium/enterprise-client-python
classifiers=
'Programming Language :: Python :: 3'
'License :: OSI Approved :: Apache Software License'
'Operating System :: OS Independent'
[options]
package_dir =
= src
packages = find:
install_requires =
grpcio
google-api-python-client
[options.packages.find]
where = src