aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs.toml
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-05 19:25:29 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-05 19:25:29 +0100
commit48b6081d0092e9c5a1b0ad79bdde2e51649bf61a (patch)
tree634198c34aae3c0306ce30ac7452abd7b53a14e8 /bsfs.toml
parent91437ba89d35bf482f3d9671bb99ef2fc69f5985 (diff)
parente4845c627e97a6d125bf33d9e7a4a8d373d7fc4a (diff)
downloadbsfs-0.23.03.tar.gz
bsfs-0.23.03.tar.bz2
bsfs-0.23.03.zip
Merge branch 'develop'v0.23.03
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"
-