From c9270f6ba84921d20fcf29cf8be7f8212cdc5a5c Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Fri, 5 Apr 2019 11:36:11 +0100 Subject: [PATCH 1/2] setup.py changes --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) From 7ab220c69d1bc32ee723b700d454222ab01c1fb6 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Fri, 5 Apr 2019 11:38:12 +0100 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3d606d70..a8149a39f 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( name="Nexus Constructor", - version="0.1", + version="2.0-pre", description="NeXus file constructor with 3D view for components", options={"build_exe": build_exe_options}, executables=[