forked from mjmeli/pyduke-energy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
48 lines (45 loc) · 1.02 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = pyduke-energy
version = 1.0.6
author = Michael Meli
author_email = [email protected]
description = Python Wrapper for unofficial Duke Energy REST API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mjmeli/pyduke-energy
project_urls =
Bug Tracker = https://github.com/mjmeli/pyduke-energy/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 3 - Alpha
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
aiohttp
python-dateutil
paho-mqtt
[options.extras_require]
example =
jsonpickle
kafka-python
test =
tox
pytest>=7.1.1,<7.3.0
pytest-asyncio>=0.18.3,<0.21.0
pytest-cov>=3.0,<4.1
pytest-timeout~=2.1.0
black==22.12.0
flake8==5.0.4
pylint==2.15.9
pydocstyle==6.1.1
isort~=5.10.1
release =
build
twine
[options.packages.find]
where = src