Simplify conda-recipe
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
|
|
||||||
if errorlevel 1 exit 1
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
|
|
||||||
@@ -8,6 +8,7 @@ source:
|
|||||||
path: ..
|
path: ..
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
script: python setup.py install --single-version-externally-managed --record=record.txt
|
||||||
noarch: python
|
noarch: python
|
||||||
number: 0
|
number: 0
|
||||||
entry_points:
|
entry_points:
|
||||||
|
|||||||
Reference in New Issue
Block a user