Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.0.4
_commit: v0.0.4-5-g03906cb
_src_path: ../template-python/
author: Kevin Weiss
author_email: weiss.kevin604@gmail.com
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ description = Build the package in isolation according to PEP517, see https://gi
skip_install = True
changedir = {toxinidir}
deps =
build[virtualenv]
build[virtualenv]==1.4.1
pip==26.0.1
passenv =
SETUPTOOLS_*
commands =
Expand Down