feat: calculate 15% limit for book(s), blocking submission if over the limit
This commit is contained in:
@@ -5,6 +5,7 @@ description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"bibapi>=0.0.4",
|
||||
"fastapi>=0.117.1",
|
||||
"jinja2>=3.1.6",
|
||||
"pip>=25.2",
|
||||
@@ -34,3 +35,8 @@ commit_args = ""
|
||||
setup_hooks = []
|
||||
pre_commit_hooks = []
|
||||
post_commit_hooks = []
|
||||
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "gitea"
|
||||
url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/"
|
||||
|
||||
Reference in New Issue
Block a user