-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
32 lines (29 loc) · 992 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
[metadata]
name = py-seed
version = 0.5.1
description = A Python API client for the SEED Platform
author = Nicholas Long, Katherine Fleming, Fable Turas, Paul Munday
maintainer = NREL
maintainer_email = [email protected]
keywords = seed, api
url = https://github.com/SEED-platform/py-seed
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[project_urls]
Source Code = https://github.com/SEED-platform/py-seed
Changelog = https://github.com/SEED-platform/py-seed/blob/develop/CHANGELOG.rst
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
requests>=2.28.0
[bdist_wheel]
universal = 1