Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
darioflute committed Jul 14, 2017
1 parent 9388643 commit c192c62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/usr/bin/env sh
python setup.py install # Python command to install the script.
python setup install
8 changes: 2 additions & 6 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
package:
name: fifimon
version: 0.6.alpha
version: 0.7.alpha

source:
git_rev: v0.6-alpha
git_rev: v0.7-alpha
git_url: https://github.com/darioflute/fifimon.git

build:
script:
-python setup.py install

requirements:
build:
- python
- setuptools
- matplotlib
- numpy

run:
- python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='fifimon',
version='0.6.alpha',
version='0.7.alpha',
description='FIFI-LS Monitor',
long_description='The package monitors FIFI-LS data',
author='Dario Fadda',
Expand Down

0 comments on commit c192c62

Please sign in to comment.