Skip to content

Commit 48404af

Browse files
committed
ci(tmuxp): Remove .tmuxp-before-script.sh
1 parent bc566a8 commit 48404af

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.tmuxp-before-script.sh

-3
This file was deleted.

.tmuxp.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
session_name: libtmux
22
start_directory: ./ # load session relative to config location (project root).
3-
before_script: ./.tmuxp-before-script.sh
43
shell_command_before:
54
- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset'
65
windows:

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ packages = [
3333
include = [
3434
{ path = "CHANGES", format = "sdist" },
3535
{ path = ".tmuxp.yaml", format = "sdist" },
36-
{ path = ".tmuxp-before-script.sh", format = "sdist" },
3736
{ path = "tests", format = "sdist" },
3837
{ path = "docs", format = "sdist" },
3938
{ path = "conftest.py", format = "sdist" },

0 commit comments

Comments
 (0)