aboutsummaryrefslogtreecommitdiffstats
path: root/bsie.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bsie.toml')
-rw-r--r--bsie.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/bsie.toml b/bsie.toml
deleted file mode 100644
index 10b0f37..0000000
--- a/bsie.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[project]
-name = "bsie"
-description = "Extract information from files and store them in a BSFS."
-version = "0.0.1"
-license = {text = "BSD 3-Clause License"}
-authors = [{name='Matthias Baumgartner', email="dev@igsor.net"}]
-dependencies = [
- "rdflib",
- "bsfs",
-]
-requires-python = ">=3.7"