jdrouet/mrml

View on GitHub
packages/mrml-python/pyproject.toml

Summary

Maintainability
Test Coverage
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"

[project]
name = "mrml"
description = "A Python wrapper for MRML (Rust port of MJML)."
readme = "readme.md"
requires-python = ">=3.7"
classifiers = [
  "Programming Language :: Rust",
  "Programming Language :: Python :: Implementation :: CPython",
  "Programming Language :: Python :: Implementation :: PyPy",
]

[project.urls]
"Homepage" = "https://github.com/jdrouet/mrml"
"Bug Tracker" = "https://github.com/jdrouet/mrml/issues"