From bd72702a52e250c817979386301c7ff698ddbdf8 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Tue, 26 Dec 2017 21:04:59 -0700 Subject: [PATCH] Update install command See https://github.com/conda-forge/staged-recipes/issues/528#issuecomment-216874083 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3498059..727da2e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ source: build: noarch: python number: 0 - script: python setup.py install --single-version-externally-managed --record record.txt + script: pip install --no-use-wheel --ignore-installed --no-deps . entry_points: - cmark = CommonMark.cmark:main