Files
lmwsip/setup.cfg
Marcel Nijenhof ef33fd252f
Some checks failed
build / build (push) Failing after 12m58s
Bug fix: Self vergeten in exceptie code
2025-04-30 09:56:04 +02:00

26 lines
595 B
INI

[metadata]
name = lmwsip
version = 0.9.10
author = Marcel Nijenhof
author_email = pypi@marceln.org
description = Interface for the lmw sip protocol
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.marceln.org/Werk/lmwsip
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
packages = find:
python_requires = >= 3.6
[options.packages.find]
where = src