diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-23 16:30:52 -0400 |
commit | f7625cda5d6be046e1ea905bf8858cb0eae6f70f (patch) | |
tree | 4bdb6da29496b34f74a93ee780827ee32d0ca647 /pyasdf | |
parent | 8d3230be1d54de8e1d153e1f77a22da8e74d12c1 (diff) | |
download | cbc-recipes-f7625cda5d6be046e1ea905bf8858cb0eae6f70f.tar.gz |
Massive overhaul. Switching to remote URLs.
Diffstat (limited to 'pyasdf')
-rw-r--r-- | pyasdf/pyasdf.ini | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index 77bd32f..d822b40 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -1,6 +1,6 @@ [package] name: pyasdf -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://github.com/spacetelescope/${package:name} @@ -8,10 +8,7 @@ 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) }} @@ -24,7 +21,7 @@ build: jsonschema setuptools python - + run: astropy-helpers astropy @@ -35,7 +32,7 @@ run: [cbc_build] linux: - python setup.py install || exit 1 + python setup.py install || exit 1 windows: python setup.py install |