diff options
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/pysynphot.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini index ad0b999..904ac5f 100644 --- a/pysynphot/pysynphot.ini +++ b/pysynphot/pysynphot.ini @@ -9,9 +9,11 @@ summary: ${package:name} [source] git_url: ${about:home} -git_tag: +#git_tag: + [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +preserve_egg_dir: yes [requirements] build: @@ -37,13 +39,12 @@ run: pyfits numpy matplotlib - setuptools python [cbc_build] linux: echo This d2to1 hack is deadly. - #pip install --no-deps --upgrade --force d2to1 || exit 1 + pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1 windows: |