From 1abff8f45a2e17299d426615dbcb1c4817e087b1 Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 16 Apr 2026 14:33:26 +0200 Subject: [PATCH] conceptual renaming --- pyproject.toml | 4 ++-- src/{wce_gui => wce_crm}/__init__.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{wce_gui => wce_crm}/__init__.py (100%) diff --git a/pyproject.toml b/pyproject.toml index a54f068..a3d74ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] -name = "wce-gui" +name = "wce-crm" version = "0.1.0" -description = "GUI for NAFKA project with WCE" +description = "GUI for CRM of NAFKA project with WCE" authors = [ {name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"}, ] diff --git a/src/wce_gui/__init__.py b/src/wce_crm/__init__.py similarity index 100% rename from src/wce_gui/__init__.py rename to src/wce_crm/__init__.py