Skip to content

Commit

Permalink
Put python in its own folder, ORMAPTools, and changed make_zip and ma…
Browse files Browse the repository at this point in the history
…nifest to match. Updated toolbox.
  • Loading branch information
bwilsoncc committed Sep 28, 2022
1 parent baa6059 commit d02ffe2
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 274 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ORMAPToolsV*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
104 changes: 0 additions & 104 deletions AddDimAnno.py

This file was deleted.

Binary file modified Default.tbx
Binary file not shown.
121 changes: 0 additions & 121 deletions UpdateMapIndex.py

This file was deleted.

44 changes: 0 additions & 44 deletions UpdateORMAPArea.py

This file was deleted.

4 changes: 2 additions & 2 deletions make_zip.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/bash

FOLDER=ORMAPToolsV3.0
FOLDER=ORMAPToolsV3.0.1
ARCHIVE=$FOLDER.zip

rm -f $ARCHIVE
mkdir $FOLDER
for item in `cat manifest.txt`; do cp $item ${FOLDER}/; done
for item in `cat manifest.txt`; do cp -r $item ${FOLDER}/; done
zip -r $ARCHIVE ${FOLDER}
4 changes: 1 addition & 3 deletions manifest.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
AddDimAnno.py
Default.tbx
ReadMe.txt
UpdateMapIndex.py
UpdateORMAPArea.py
manifest.txt
ORMAPTools/

0 comments on commit d02ffe2

Please sign in to comment.