summaryrefslogtreecommitdiff
path: root/purge_path/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'purge_path/meta.yaml')
-rw-r--r--purge_path/meta.yaml26
1 files changed, 0 insertions, 26 deletions
diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml
deleted file mode 100644
index 807ac09..0000000
--- a/purge_path/meta.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-{% set name = 'purge_path' %}
-{% set version = '1.2.0' %}
-{% set number = '0' %}
-
-about:
- home: https://github.com/jhunkeler/{{ name }}
- license: BSD
- summary: purge_path a small PATH manipulator
-
-build:
- number: {{ number }}
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - python x.x
- - setuptools
- run:
- - python x.x
-
-source:
- git_tag: {{ version }}
- git_url: https://github.com/jhunkeler/{{ name }}.git