chore: reapply editable
This commit is contained in:
parent
4cdf357022
commit
4cd79cc6a4
2 changed files with 549 additions and 55 deletions
7
Pipfile
7
Pipfile
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue