Skip to content

Commit a9db63d

Browse files
committed
Update conda build stuff
1 parent e39819e commit a9db63d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bsh
1+
#!/bin/bash
22

33
$PYTHON setup.py install
44

meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package:
2-
name: dabble-md
2+
name: dabble
33
version: "2.0.0"
44

55
source:
@@ -10,6 +10,8 @@ build:
1010
number: 1
1111

1212
requirements:
13+
build:
14+
- python
1315
run:
1416
- numpy
1517
- parmed

0 commit comments

Comments
 (0)