[build-system]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"
[project]
name = "zerodds"
version = "0.0.0"
description = "Python bindings for ZeroDDS"
readme = "README.md"
requires-python = ">=3.8"
license = { text = "Apache-2.0 OR MIT" }
authors = [
{ name = "Sandra Kessler" },
]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Rust",
"Development Status :: 3 - Alpha",
"Topic :: System :: Networking",
"Topic :: Software Development :: Libraries",
"Intended Audience :: Developers",
]
[tool.maturin]
features = ["extension-module"]
python-source = "python"
module-name = "zerodds._core"