frcrawler-clustering/pyproject.toml
Gaël Berthaud-Müller 26394cc981 update project settings
2024-02-12 14:53:57 +01:00

16 lines
366 B
TOML

[project]
name = "frcrawler-content-clustering"
dependencies = [
"frcrawler"
]
license = {text = "GPL-3.0-or-later"}
authors = [
{ name = "Afnic Labs", email = "labs+crawler@afnic.fr" }
]
[build-system]
requires = ["maturin[patchelf]>=1.4,<1.5"]
build-backend = "maturin"
[tool.maturin]
module-name = "frcrawler_content_clustering._lib_content_clustering"