[build-system]
requires = ["maturin>=1.9.1,<2"]
build-backend = "maturin"
[project]
name = "hannoy"
authors = [
{ name = "Kerollmops", email = "clement@meilisearch.com" },
{ name = "Tamo", email = "tamo@meilisearch.com" },
{ name = "Nate", email = "natenethercott@gmail.com" },
]
license = "MIT"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
]
urls.Source = "https://github.com/nnethercott/hannoy"
dynamic = ["version", "description"]
requires-python = ">=3.9"
[project.optional-dependencies]
[tool.maturin]
features = ["extension-module"]
[dependency-groups]
dev = [
"maturin[patchelf]>=1.9.4",
{ include-group = "test" },
]
test = [
"pytest>=8.4.1",
"numpy>=1.22",
]