Skip to content

Commit 627eb78

Browse files
committed
-Minor changes to minimal.py in prep for first GitHub release.
1 parent a6d67d8 commit 627eb78

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44

55
/dist
66
/sandia_pymdt.egg-info
7+
/pymdt/__pycache__

Diff for: minimal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# If providing this, it has to happen before importing anything from pymdt.
88
# If not provided, then the default value contained in the pymdt/__init__.py
99
# file will be used.
10-
sys.argv.append("MDT_VERSION=1.4.2410.0")
10+
#sys.argv.append("MDT_VERSION=1.4.2518.0")
1111

1212
# This line is only necessary if you want to reference MDT in a non-standard location.
1313
#sys.argv.append("MDT_BIN_DIR=C:/Users/jpeddy/Documents/dev/MDT/trunk/MDT-GUI/bin/x64/Debug")

Diff for: pymdt.pyproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<SchemaVersion>2.0</SchemaVersion>
66
<ProjectGuid>{78765f76-1d31-4445-b142-2b33f095af8b}</ProjectGuid>
77
<ProjectHome />
8-
<StartupFile>main.py</StartupFile>
8+
<StartupFile>minimal.py</StartupFile>
99
<SearchPath />
1010
<WorkingDirectory>.</WorkingDirectory>
1111
<OutputPath>.</OutputPath>

0 commit comments

Comments
 (0)