From 53b40ca304b8f7eb16e0fa92de345d6a8438d55e Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Wed, 15 Nov 2023 10:21:07 +0100 Subject: [PATCH] fix conf --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0bb9d8d..f8bd0c1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] # Most of the metadata are in Cargo.toml and injected by maturin -name = "oxigraph_rs" +name = "nanopub_rs" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",