diff --git a/setup.py b/setup.py index 26b5ca002..a3d606d70 100644 --- a/setup.py +++ b/setup.py @@ -61,9 +61,9 @@ extension = "" setup( - name="Nexus Constructor Test App", + name="Nexus Constructor", version="0.1", - description="Technology test program for the nexus constructor", + description="NeXus file constructor with 3D view for components", options={"build_exe": build_exe_options}, executables=[ Executable("main.py", base=base, targetName="NexusConstructor" + extension)