We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f86673 commit 049c48bCopy full SHA for 049c48b
βREADME.mdβ
@@ -2,7 +2,7 @@
2
3
<div align="center">
4
5
-
+
6
7
</div>
8
βpyproject.tomlβ
@@ -18,6 +18,11 @@ dependencies = [
18
"sh>=2.1.0,<3",
19
]
20
21
+[project.urls]
22
+Changelog = "https://github.com/getcodelimit/codelimit/blob/master/CHANGELOG.md"
23
+Documentation = "https://getcodelimit.github.io"
24
+Source = "https://github.com/getcodelimit/codelimit"
25
+
26
[project.scripts]
27
codelimit = "codelimit.__main__:cli"
28
0 commit comments