-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (29 loc) · 809 Bytes
/
setup.cfg
File metadata and controls
32 lines (29 loc) · 809 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
[metadata]
name = fusion_solar_py
version = 0.1.1
author = Johannes Griss
author_email = [email protected]
description = A simply API to the Huawei Fusion Solar web interface.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jgriss/FusionSolarPy
project_urls =
Bug Tracker = https://github.com/jgriss/FusionSolarPy/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.9
install_requires =
requests>=2.31.0
cryptography
[options.extras_require]
captcha =
beautifulsoup4>=4.12.2
numpy>=2.0.0
opencv_python>=4.8.0.76
onnxruntime>=1.14
[options.packages.find]
where = src