feat(build): add build target
This commit is contained in:
parent
93ad4992a7
commit
66c160a3d2
4 changed files with 28 additions and 2 deletions
4
Pipfile
4
Pipfile
|
|
@ -13,6 +13,10 @@ autopep8 = "~=2.3.2"
|
|||
setuptools-scm = "~=8.2.0"
|
||||
pipenv = "~=2024.4.1"
|
||||
pylint = "~=3.3.6"
|
||||
build = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
|
||||
[scripts]
|
||||
"build" = "python3 -m build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue