From 0ce079691e660d1e5e6e79f9a3017816095eeebb Mon Sep 17 00:00:00 2001 From: Julian-Hochhaus Date: Tue, 28 Nov 2023 11:19:48 +0100 Subject: [PATCH] changing package name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7ae646..612869f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["setuptools>=61.0.0", "wheel", 'opencv-python', 'Pillow','toml', 'nu build-backend = "setuptools.build_meta" [project] -name='lcg' +name='leedccdgui' readme='README.md' version = "0.4.0" authors=[{name='Julian Hochhaus', email='julian.hochhaus@tu-dortmund.de'}]