Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #185 from ess-dmsc/rerpha-patch-1
Browse files Browse the repository at this point in the history
Setup.py changes
  • Loading branch information
matthew-d-jones authored Apr 5, 2019
2 parents c5bab57 + 7ab220c commit 4268247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
extension = ""

setup(
name="Nexus Constructor Test App",
version="0.1",
description="Technology test program for the nexus constructor",
name="Nexus Constructor",
version="2.0-pre",
description="NeXus file constructor with 3D view for components",
options={"build_exe": build_exe_options},
executables=[
Executable("main.py", base=base, targetName="NexusConstructor" + extension)
Expand Down

0 comments on commit 4268247

Please sign in to comment.