aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs.toml')
-rw-r--r--bsfs.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bsfs.toml b/bsfs.toml
new file mode 100644
index 0000000..45bf1c9
--- /dev/null
+++ b/bsfs.toml
@@ -0,0 +1,11 @@
+[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"
+