Skip to content

Commit 729437f

Browse files
author
OliverBScott
committed
Created conda build directory
1 parent 3a29a5b commit 729437f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

meta.yaml renamed to conda/meta.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
package:
2-
name: ScaffoldGraph
2+
name: scaffoldgraph
33
version: 0.1.0
44

55
source:
6-
path: .
6+
path: ../
77

88
build:
99
number: 0
10-
script: $PYTHON setup.py install --record=/tmp/record.txt
11-
script: "%PYTHON%" setup.py install
10+
script: "$PYTHON setup.py install --single-version-externally-managed --record=/tmp/record.txt"
1211

1312
requirements:
1413
build:

0 commit comments

Comments
 (0)