chore: reapply editable

This commit is contained in:
Tiara Rodney 2026-03-16 00:16:04 +01:00
parent 4cdf357022
commit 4cd79cc6a4
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
2 changed files with 549 additions and 55 deletions

View file

@ -7,14 +7,17 @@ name = "pypi"
setuptools-scm = "~=8.2.0"
build = "*"
pipenv = "*"
byteb4rb1e-utils = { editable = true, path = '.'}
tox = "*"
twine = "*"
[requires]
python_version = "3.11"
python_version = "3"
[scripts]
"build" = "python3 -m build"
"test-static" = "tox run -m static"
"test-unit" = "tox run -m unit"
"test-integration" = "tox run -m integration"
[packages]
"byteb4rb1e.utils" = {file = ".", editable = true}