Skip to content

Commit

Permalink
Update pyproject.toml to be PEP 517
Browse files Browse the repository at this point in the history
  • Loading branch information
mgd020 committed May 24, 2024
1 parent fe918fc commit a625256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "maturin"
name = "mjml-python"
description = "A Python wrapper for MRML (Rust port of MJML)."
readme = "README.md"
license = "MIT"
license = {file = "LICENSE"}
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit a625256

Please sign in to comment.