Skip to content
Snippets Groups Projects
Commit 9a2d035a authored by hammonds's avatar hammonds
Browse files

Add setup_rixs.bat to the Scripts directory in the build.

Modify the minixes.xml to have the environment name match the created
scripts directory.
parent 56a62278
No related branches found
No related tags found
No related merge requests found
2019-07-05
Modified minixes.xml to create environment as minixes2 to match the
environment in the bat files that will go into the scripts directory.
Added setup_rixs.bat to the Scripts directory.
Changed version number to 0.6.7 for these changes.
2019-05-23
The initial code in this repository was written by Brian Mattern, formerly
of the University of Washington. This code was written to process X-Ray
......@@ -117,3 +125,5 @@ function. Added code to make running Python 2 or 3 possible.
Use complete package path in imports.
Add logging for debugging purpose
put parens around print for Python 3 compatibility
......@@ -9,7 +9,7 @@ try:
except:
from ConfigParser import NoSectionError # Python 2 way
__version__ = '0.6.6'
__version__ = '0.6.7'
LOGGER_NAME="minixs"
METHOD_ENTER_STR = "Enter %s\n-------------------"
METHOD_EXIT_STR = "Exit %s\n---------------------"
......
......@@ -30,5 +30,6 @@ setup(name='minixes2',
scripts = ['bin/process_rixs',
'bin/process_xes',
'bin/run_calibrate.bat',
'bin/run_calibrate']
'bin/run_calibrate',
'bin/setup_rixs.bat']
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment