File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ async = [
43
43
]
44
44
45
45
[project .urls ]
46
- Documentation = " https://github.com/python-ellar/ellar-sql"
46
+ Homepage = " https://github.com/python-ellar/ellar-sql"
47
47
Source = " https://github.com/python-ellar/ellar-sql"
48
- Homepage = " https://python-ellar.github.io/ellar-sql/"
48
+ Documentation = " https://python-ellar.github.io/ellar-sql/"
49
49
"Bug Tracker" = " https://github.com/python-ellar/ellar-sql/issues"
50
50
51
51
[tool .ruff ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ packages = [{include = "single_db"}]
9
9
10
10
[tool .poetry .dependencies ]
11
11
python = " ^3.8"
12
- ellar-cli = " ^0.2.6 "
12
+ ellar-cli = " ^0.4.0 "
13
13
ellar = " ^0.6.2"
14
14
ellar-sql = " ^0.0.1"
15
15
@@ -18,9 +18,9 @@ ellar-sql = "^0.0.1"
18
18
requires = [" poetry-core" ]
19
19
build-backend = " poetry.core.masonry.api"
20
20
21
- [ellar ]
21
+ [tool . ellar ]
22
22
default = " single_db"
23
- [ellar .projects .single_db ]
23
+ [tool . ellar .projects .single_db ]
24
24
project-name = " single_db"
25
25
application = " single_db.server:bootstrap"
26
26
config = " single_db.config:DevelopmentConfig"
You can’t perform that action at this time.
0 commit comments