Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Mar 21, 2024
1 parent 935b466 commit c75089a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion localbuild/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"icon": "{{ MENU_DIR }}/msui.{{ ICON_EXT }}",
"platforms": {
"linux": {
"Categories": "Science",
"command": ["{{ PREFIX }}/bin/msui.py"],
"MimeType": ["application/x-menuinst"],
"glob_patterns": {
Expand Down
4 changes: 3 additions & 1 deletion localbuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:

build:
skip: true # [py<310]
number: 0
number: 1000
entry_points:
- msui = mslib.msui.msui:main
- mss = mslib.msui.mss:main
Expand All @@ -27,6 +27,7 @@ requirements:
- numpy >=1.21 # [build_platform != target_platform]
- pip
- setuptools
- future
- menuinst >=2.0.0
host:
- python
Expand All @@ -35,6 +36,7 @@ requirements:
- future
run:
- python
- future
- defusedxml
- basemap >=1.3.3
- chameleon
Expand Down

0 comments on commit c75089a

Please sign in to comment.