summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2024-02-20 17:04:16 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2024-02-20 17:04:16 +0100
commit86c8031dc52eb1ed7279ea2d481ef5e79dc6e787 (patch)
tree9754d212accd76c2b3babdc3920e40a51e15ddc2 /setup.py
parent643d2d2d050fe70afeae4077ca0b3a3d27bdae75 (diff)
fix comment in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e640f5356..b95d4fa4a 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# borgbackup - main setup code (see also setup.cfg and other setup_*.py files)
+# borgbackup - main setup code (extension building here, rest see pyproject.toml)
import os
import re