aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs.toml
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2022-12-18 13:40:49 +0100
committerMatthias Baumgartner <dev@igsor.net>2022-12-18 13:40:49 +0100
commit21a02197d73f263ae222f2ccc49248d8617e2d7d (patch)
tree089810c7808c3ae7b3c98262ece7ec36b85ef71f /bsfs.toml
parente8492489098ef5f8566214e083cd2c2d1d449f5a (diff)
downloadbsfs-21a02197d73f263ae222f2ccc49248d8617e2d7d.tar.gz
bsfs-21a02197d73f263ae222f2ccc49248d8617e2d7d.tar.bz2
bsfs-21a02197d73f263ae222f2ccc49248d8617e2d7d.zip
project cosmetics
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"
+