-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (39 loc) · 789 Bytes
/
setup.cfg
File metadata and controls
44 lines (39 loc) · 789 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
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = stac-utils-python
version = 0.2.28
author = Micheál Keane
author_email = micheal@staclabs.io
description = Stac Labs python utilities
keywords = python, stac labs
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
[options]
package_dir =
=src
install_requires =
boto3
botocore
google-cloud-storage
google-cloud-bigquery
google-auth-httplib2
google-auth-oauthlib
google-api-python-client
inflection
requests
email-validator
xmltodict
usaddress
[options.extras_require]
browser =
selenium
pandas
webdriver-manager
[options.packages.find]
where = src
[coverage:run]
branch = True
[coverage:report]
show_missing = True