chore: runtime version locking & path fix

This commit is contained in:
Tiara Rodney 2025-06-19 17:57:06 +02:00
parent 72723f0ced
commit 95e6ee35ed
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
2 changed files with 55 additions and 386 deletions

View file

@ -3,8 +3,6 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sphinx-theme-ref = {file = ".", editable = true}
[dev-packages]
tox = "~=4.24.2"
@ -16,7 +14,7 @@ pylint = "~=3.3.6"
build = "*"
[requires]
python_version = "3.11"
python_version = "3"
[scripts]
"build" = "python3 -m build"
"build/release" = "python3 -m build"