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: ..
|
||||
|
||||
build:
|
||||
script: python setup.py install --single-version-externally-managed --record=record.txt
|
||||
noarch: python
|
||||
number: 0
|
||||
entry_points:
|
||||
|
||||
Reference in New Issue
Block a user