Skip to content

Commit 0ef4611

Browse files
committed
fixed pyproject.toml files in sample project
1 parent 540a183 commit 0ef4611

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
4747
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/"
4949
"Bug Tracker" = "https://github.com/python-ellar/ellar-sql/issues"
5050

5151
[tool.ruff]

samples/single-db/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{include = "single_db"}]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.8"
12-
ellar-cli = "^0.2.6"
12+
ellar-cli = "^0.4.0"
1313
ellar = "^0.6.2"
1414
ellar-sql = "^0.0.1"
1515

@@ -18,9 +18,9 @@ ellar-sql = "^0.0.1"
1818
requires = ["poetry-core"]
1919
build-backend = "poetry.core.masonry.api"
2020

21-
[ellar]
21+
[tool.ellar]
2222
default = "single_db"
23-
[ellar.projects.single_db]
23+
[tool.ellar.projects.single_db]
2424
project-name = "single_db"
2525
application = "single_db.server:bootstrap"
2626
config = "single_db.config:DevelopmentConfig"

0 commit comments

Comments
 (0)