From c4d30fccce3db038db7522d24537555ec37cf8db Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Mon, 15 Apr 2024 13:22:54 -0400 Subject: [PATCH] Remove runtime dependency on python version --- conda.recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 03b7dfa..7b03cb5 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -9,7 +9,6 @@ source: build: noarch: python - string: py{{py}} script: python setup.py install --single-version-externally-managed --record=record.txt entry_points: - pystog_cli = pystog.cli:pystog_cli