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