olm/python/pyproject.toml

15 lines
432 B
TOML
Raw Normal View History

2023-04-27 23:19:53 +02:00
[project]
name = "python-olm"
2023-05-01 17:35:20 +02:00
version = "3.2.15"
2023-04-27 23:19:53 +02:00
description = "python CFFI bindings for the olm cryptographic ratchet library"
authors = [{name = "Damir Jelić", email = "poljar@termina.org.uk"}]
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Topic :: Communications",
]
dependencies = ["cffi>=1.0.0"]
[build-system]
requires = ["setuptools", "cffi>=1.0.0"]
build-backend = "setuptools.build_meta"