comparison pyproject.toml @ 40:bbb03247d919

fix license line
author drewp@bigasterisk.com
date Thu, 24 Nov 2022 20:40:38 -0800
parents a7adb4b61777
children 13226cb44fb3
comparison
equal deleted inserted replaced
39:7f3b965fce2a 40:bbb03247d919
3 version = "1.4.0" 3 version = "1.4.0"
4 description = "" 4 description = ""
5 authors = [ 5 authors = [
6 {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, 6 {name = "Drew Perttula", email = "drewp@bigasterisk.com"},
7 ] 7 ]
8 license-expression = "MIT" 8 license = "MIT"
9 dependencies = [ 9 dependencies = [
10 'rdflib >= 6.1.1', 10 'rdflib >= 6.1.1',
11 'rdfdb >= 0.23.0', 11 'rdfdb >= 0.23.0',
12 'prometheus_client>=0.14.1', 12 'prometheus_client>=0.14.1',
13 'sse_starlette>=0.10.3', 13 'sse_starlette>=0.10.3',