We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4735dac commit 77d1538Copy full SHA for 77d1538
pyproject.toml
@@ -27,11 +27,6 @@ dependencies = [
27
"typer[all]==0.9.0",
28
]
29
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
-
35
[project.optional-dependencies]
36
dev = [
37
"bandit[toml]==1.7.5",
@@ -57,6 +52,11 @@ test = [
57
52
[project.scripts]
58
53
my-cli = "my_cli.cli:app"
59
54
55
+[project.urls]
56
+Documentation = "https://github.com/mygithubuser/mycli#readme"
+Issues = "https://github.com/mygithubuser/mycli/issues"
+Source = "https://github.com/mygithubuser/mycli"
+
60
[tool.hatch.build]
61
artifacts = [
62
"my-cli/static/**",
0 commit comments