Skip to content

Commit

Permalink
project structure reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennzau committed Sep 5, 2024
1 parent 98e0c55 commit d7b0cbb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions libraries/fastformat/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[build-system]
requires = ["maturin>=1.6,<2.0"]
build-backend = "maturin"

[project]
name = "fastformat"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]

[tool.maturin]
features = ["pyo3/extension-module"]

[tool.pyright]
venvPath = ".venv"

0 comments on commit d7b0cbb

Please sign in to comment.