blob: 10b0f3767d47e7b7d27b7026cbd2d9acd5851839 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|