aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs.toml
blob: 45bf1c9192ce0962ae9cb46d8f2fbda2495c9796 (plain)
1
2
3
4
5
6
7
8
9
10
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"