Skip to content

Commit

Permalink
missing toolbox code (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio authored Oct 10, 2024
1 parent 8b628d0 commit c243a13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion toolbox/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.10
0.4.11
14 changes: 6 additions & 8 deletions toolbox/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,16 @@ def read(fname):
"geocover_utils>=0.4.0",
],
package_data={
"tietoolbox": [
"esri/toolboxes/*",
"esri/arcpy/*",
"esri/help/gp/*",
"esri/help/gp/toolboxes/*",
"esri/help/gp/messages/*",
],

"tietoolbox.scripts": [
"scripts/symbols.tsv",
"scripts/*",
],
'tietoolbox': ['data/*', 'data/cache/*'],
'tietoolbox': ['data/*', 'data/cache/*', "esri/toolboxes/*",
"esri/arcpy/*",
"esri/help/gp/*",
"esri/help/gp/toolboxes/*",
"esri/help/gp/messages/*",],
},
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit c243a13

Please sign in to comment.