Files
ddOperApi/setup.cfg
Marcel Nijenhof 2ea0a9c7fb
Some checks failed
continuous-integration/drone/push Build is failing
Versie update
- Aanpassing README
 - Upload vanuit pipeline
2022-01-08 17:14:20 +01:00

29 lines
640 B
INI

[metadata]
name = ddOperApi
version = 0.9.1
author = Marcel Nijenhof
author_email = pypi@marceln.org
description = Interface for the dd-oper protocol
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.marceln.org/marceln/ddOperApi
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
[options]
package_dir =
= src
install_requires =
python-dateutil
requests
numpy
pyopenssl
packages = find:
python_requires = >= 3.6
[options.packages.find]
where = src