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 = [
4343]
4444
4545[project .urls ]
46- Documentation = " https://github.com/python-ellar/ellar-sql"
46+ Homepage = " https://github.com/python-ellar/ellar-sql"
4747Source = " 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/"
4949"Bug Tracker" = " https://github.com/python-ellar/ellar-sql/issues"
5050
5151[tool .ruff ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ packages = [{include = "single_db"}]
99
1010[tool .poetry .dependencies ]
1111python = " ^3.8"
12- ellar-cli = " ^0.2.6 "
12+ ellar-cli = " ^0.4.0 "
1313ellar = " ^0.6.2"
1414ellar-sql = " ^0.0.1"
1515
@@ -18,9 +18,9 @@ ellar-sql = "^0.0.1"
1818requires = [" poetry-core" ]
1919build-backend = " poetry.core.masonry.api"
2020
21- [ellar ]
21+ [tool . ellar ]
2222default = " single_db"
23- [ellar .projects .single_db ]
23+ [tool . ellar .projects .single_db ]
2424project-name = " single_db"
2525application = " single_db.server:bootstrap"
2626config = " single_db.config:DevelopmentConfig"
You can’t perform that action at this time.
0 commit comments