[05/11/23] Initial commit

This commit is contained in:
Andrew Conlin 2023-11-05 12:13:16 +00:00
commit 041ab27ee3
6 changed files with 451 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[build-system]
requires = ["maturin>=1.3,<2.0"]
build-backend = "maturin"
[project]
name = "tictoc"
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"]