From 86b06173c03a65e554b1ea51e0b7a56953f40430 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Thu, 17 Oct 2024 20:05:39 +0200 Subject: [PATCH] Remove OxSled and OxMemory aliases --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74daa38..3ee58cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,6 @@ requires-python = ">=3.8" [project.entry-points."rdf.plugins.store"] Oxigraph = "oxrdflib.store:OxigraphStore" oxigraph = "oxrdflib.store:OxigraphStore" -OxMemory = "oxrdflib.store:OxigraphStore" -OxSled = "oxrdflib.store:OxigraphStore" [project.entry-points."rdf.plugins.parser"] ox-turtle = "oxrdflib.parser:OxigraphTurtleParser"