mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-12-23 13:14:52 +01:00
17 lines
373 B
TOML
17 lines
373 B
TOML
|
[build-system]
|
||
|
requires = ["maturin>=1.1,<2.0"]
|
||
|
build-backend = "maturin"
|
||
|
|
||
|
[project]
|
||
|
name = "Codemp Client"
|
||
|
requires-python = ">=3.7"
|
||
|
classifiers = [
|
||
|
"Programming Language :: Rust",
|
||
|
"Programming Language :: Python :: Implementation :: CPython",
|
||
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||
|
]
|
||
|
|
||
|
|
||
|
[tool.maturin]
|
||
|
features = ["pyo3/extension-module"]
|