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