Use dominate
This commit is contained in:
parent
08fe7c1cf7
commit
1c81d6fcd4
3 changed files with 56 additions and 46 deletions
|
|
@ -18,6 +18,7 @@ dependencies = [
|
|||
"platformdirs>=4.2.2",
|
||||
"requests>=2.32.3",
|
||||
"click>=8.1.7",
|
||||
"dominate>=2.9.1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
@ -26,7 +27,10 @@ Changelog = "https://github.com/decarabas/cry/releases"
|
|||
Issues = "https://github.com/decarabas/cry/issues"
|
||||
CI = "https://github.com/decarabas/cry/actions"
|
||||
|
||||
[project.entry-points.console_scripts]
|
||||
[project.scripts]
|
||||
cry = "cry.cli:cli"
|
||||
|
||||
[project.entry_points.console_scripts]
|
||||
cry = "cry.cli:cli"
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue