1
- [tool . poetry ]
1
+ [project ]
2
2
name = " exasol-saas-api"
3
3
version = " 1.1.0"
4
4
description = " API enabling Python applications connecting to Exasol database SaaS instances and using their SaaS services"
5
+ authors = [
6
+ {
name =
" Christoph Kuhnke" ,
email =
" [email protected] " },
7
+ ]
8
+ maintainers = [
9
+ {
name =
" Christoph Kuhnke" ,
email =
" [email protected] " },
10
+ ]
11
+ readme = " README.md"
12
+ license = " MIT"
13
+ dynamic = [" classifiers" ]
14
+
15
+ [project .urls ]
16
+ Homepage = " https://github.com/exasol/saas-api-python"
17
+ Documentation = " https://github.com/exasol/saas-api-python"
18
+ Source = " https://github.com/exasol/saas-api-python"
19
+ Issues = " https://github.com/exasol/saas-api-python/issues"
20
+
21
+ [tool .poetry ]
22
+ requires-poetry = " >=2.1.0"
5
23
packages = [ {include = " exasol" }, ]
6
- authors = [
" Christoph Kuhnke <[email protected] >" ]
7
- maintainers = [
" Christoph Kuhnke <[email protected] >" ]
8
24
classifiers = [
9
25
" Programming Language :: Python :: 3" ,
10
26
" Development Status :: 3 - Alpha" ,
11
27
" License :: OSI Approved :: MIT License" ,
12
28
]
13
- readme = " README.md"
14
- license = " MIT"
15
-
16
- [tool .poetry .urls ]
17
- "Homepage" = " https://github.com/exasol/saas-api-python"
18
- "Documentation" = " https://github.com/exasol/saas-api-python"
19
- "Source" = " https://github.com/exasol/saas-api-python"
20
- "Issues" = " https://github.com/exasol/saas-api-python/issues"
21
-
22
29
23
30
[tool .poetry .dependencies ]
24
31
python = " ^3.10.0"
@@ -33,7 +40,7 @@ attrs = ">=22.2.0"
33
40
34
41
35
42
[build-system ]
36
- requires = [" poetry_core>=1 .0.0" ]
43
+ requires = [" poetry_core>=2 .0.0" ]
37
44
build-backend = " poetry.core.masonry.api"
38
45
39
46
0 commit comments