Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-15 01:36:31 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-15 01:36:31 +0300
commit5651884d9adfb4e3797f9c91ff4b89a4b9a2c323 (patch)
treecd30c7be0986c4575638626f86f7a3501196d81c /pyproject.toml
parentc08a29465e7deaa4b7f00db05913a67f7e360a97 (diff)
refactor: Move text_helpers into util module
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fff3d99f8..c958e3772 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,6 @@ include = [
"gajim/common/storage/*",
"gajim/common/styling.py",
"gajim/common/task_manager.py",
- "gajim/common/text_helpers.py",
"gajim/common/util/*",
"gajim/gajim.py",
"gajim/gajim_remote.py",