aboutsummaryrefslogtreecommitdiff
path: root/scripts/pyproject.toml
diff options
context:
space:
mode:
authorAlex <alex.corcoles@veecle.io>2025-03-04 17:01:58 +0100
committeralexpdp7 <alex@corcoles.net>2025-03-04 17:04:09 +0100
commit0d421c43ede5034594b8513ab11766828c46b1dd (patch)
tree48c4555d0dd8e09731ee6435423848fa175c57d9 /scripts/pyproject.toml
parente11273e79ce361e077551db445463b8462c16290 (diff)
Add setup_x12 script
Diffstat (limited to 'scripts/pyproject.toml')
-rw-r--r--scripts/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml
index af6196de..c775609b 100644
--- a/scripts/pyproject.toml
+++ b/scripts/pyproject.toml
@@ -29,4 +29,5 @@ setup_bash = 'p7s.bash:setup_bash'
setup_emacs = 'p7s.emacs:setup_emacs'
setup_ubpkg = 'p7s.ubpkg:setup_ubpkg'
setup_paperwm = 'p7s.paperwm:setup_paperwm'
+setup_x12 = 'p7s.x12:setup_x12'
update_zfs = 'p7s.zfs:update_zfs'