Skip to content

Commit 77d1538

Browse files
authored
Keep dependencies together (#29)
1 parent 4735dac commit 77d1538

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ dependencies = [
2727
"typer[all]==0.9.0",
2828
]
2929

30-
[project.urls]
31-
Documentation = "https://github.com/mygithubuser/mycli#readme"
32-
Issues = "https://github.com/mygithubuser/mycli/issues"
33-
Source = "https://github.com/mygithubuser/mycli"
34-
3530
[project.optional-dependencies]
3631
dev = [
3732
"bandit[toml]==1.7.5",
@@ -57,6 +52,11 @@ test = [
5752
[project.scripts]
5853
my-cli = "my_cli.cli:app"
5954

55+
[project.urls]
56+
Documentation = "https://github.com/mygithubuser/mycli#readme"
57+
Issues = "https://github.com/mygithubuser/mycli/issues"
58+
Source = "https://github.com/mygithubuser/mycli"
59+
6060
[tool.hatch.build]
6161
artifacts = [
6262
"my-cli/static/**",

0 commit comments

Comments
 (0)