aboutsummaryrefslogtreecommitdiff
path: root/imutils/imutils.ini
diff options
context:
space:
mode:
Diffstat (limited to 'imutils/imutils.ini')
-rw-r--r--imutils/imutils.ini38
1 files changed, 0 insertions, 38 deletions
diff --git a/imutils/imutils.ini b/imutils/imutils.ini
deleted file mode 100644
index cd10124..0000000
--- a/imutils/imutils.ini
+++ /dev/null
@@ -1,38 +0,0 @@
-[package]
-name: imutils
-version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
-
-[about]
-home: https://github.com/spacetelescope/${package:name}
-license: BSD
-summary: ${package:name}
-
-[source]
-#fn: ${package:name}-${package:version}.tar.gz
-#url: ${cbc_cgi:url}/${fn}
-git_url: ${about:home}
-#git_tag:
-
-[build]
-number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
-
-[requirements]
-build:
- nose
- astropy >=1.1
- setuptools
- python
-
-run:
- nose
- astropy >=1.1
- setuptools
- python
-
-[cbc_build]
-linux:
- python setup.py install || exit 1
-
-windows:
- python setup.py install
- if errorlevel 1 exit 1