From e774fa9f0df6903776f7e67a7b0ab3881d1bb3ed Mon Sep 17 00:00:00 2001 From: dkazanc Date: Mon, 17 Dec 2018 17:53:23 +0000 Subject: [PATCH] yaml duplicate removed --- Wrappers/Python/conda-recipe/meta.yaml~ | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Wrappers/Python/conda-recipe/meta.yaml~ diff --git a/Wrappers/Python/conda-recipe/meta.yaml~ b/Wrappers/Python/conda-recipe/meta.yaml~ deleted file mode 100644 index 8ee8a2ddb..000000000 --- a/Wrappers/Python/conda-recipe/meta.yaml~ +++ /dev/null @@ -1,22 +0,0 @@ -package: - name: fista-tomo - version: "0.1.3" - - -build: - preserve_egg_dir: False - -requirements: - build: - - python - - numpy - - setuptools - - run: - - python - - numpy - -about: - home: https://github.com/dkazanc/FISTA-tomo - license: GPLv3 - summary: 'FISTA-based iterative reconstruction algorithms for tomography'