14 lines
346 B
TOML
14 lines
346 B
TOML
|
|
[build-system]
|
||
|
|
requires = ["maturin>=1.11,<2.0"]
|
||
|
|
build-backend = "maturin"
|
||
|
|
|
||
|
|
[project]
|
||
|
|
name = "BallanceTasSonnet"
|
||
|
|
requires-python = ">=3.8"
|
||
|
|
classifiers = [
|
||
|
|
"Programming Language :: Rust",
|
||
|
|
"Programming Language :: Python :: Implementation :: CPython",
|
||
|
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||
|
|
]
|
||
|
|
dynamic = ["version"]
|