chore: runtime version locking & path fix
This commit is contained in:
parent
72723f0ced
commit
95e6ee35ed
2 changed files with 55 additions and 386 deletions
6
Pipfile
6
Pipfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue