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