Skip to content
Snippets Groups Projects
Commit 01dbafa5 authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

Conda pkg recipe.

parent 874ab1a5
No related branches found
No related tags found
No related merge requests found
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
$PYTHON setup.py install --single-version-externally-managed --record=record.txt # Python command to install the script.
package:
name: nexus
version: "2018.149"
build:
number: 0
entry_points:
- nexus = nexus.nexus:main
- ms_sum = nexus.ms_sum:main
source:
path: ../
requirements:
build:
- python
- setuptools
run:
- python
- obspy
- pyqt
test:
imports:
- nexus.nexus
about:
home: git@git.passcal.nmt.edu:lloyd/nexus.git
license: GPLv3
license_file: LICENSE
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