Skip to content
Snippets Groups Projects
Commit b8fbe511 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

finally a potentially viable package

parent f84b3016
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
$PYTHON setup.py install
...@@ -3,8 +3,15 @@ package: ...@@ -3,8 +3,15 @@ package:
version: 1.0.1n version: 1.0.1n
source: source:
git_rev: v1.0.1n path: ..
git_url: https://gitlab.ssec.wisc.edu/nickb/sounder2iff.git
build:
script: python setup.py install
number: 0
entry_points:
- collo2iff = sounder2iff.collo2iff:main
- cris2iff = sounder2iff.cris2iff:main
- fuse2iff = sounder2iff.fuse2iff:main
requirements: requirements:
build: build:
...@@ -32,7 +39,7 @@ requirements: ...@@ -32,7 +39,7 @@ requirements:
test: test:
imports: imports:
- sounder2iff - sounder2iff
about: about:
home: home:
......
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