diff options
Diffstat (limited to 'astropy-helpers')
-rw-r--r-- | astropy-helpers/astropy-helpers.ini | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/astropy-helpers/astropy-helpers.ini b/astropy-helpers/astropy-helpers.ini index 076c0d0..ac39b25 100644 --- a/astropy-helpers/astropy-helpers.ini +++ b/astropy-helpers/astropy-helpers.ini @@ -7,7 +7,7 @@ url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} [package] name: astropy-helpers -version: 1.0.2 +version: 1.0.2.git [about] home: http://github.com/astropy/${package:name} @@ -16,8 +16,9 @@ summary: ${package:name} readme: README.rst [source] -fn: ${package:name}-${package:version}.tar.gz -url: ${cbc_cgi:url}/${fn} +#fn: ${package:name}-${package:version}.tar.gz +#url: ${cbc_cgi:url}/${fn} +git_url: ${about:home} [build] number: 1 @@ -39,4 +40,4 @@ linux: windows: python setup.py install - if errorlevel 1 exit 1
\ No newline at end of file + if errorlevel 1 exit 1 |