diff options
Diffstat (limited to 'webbpsf')
-rw-r--r-- | webbpsf/webbpsf.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini index 2018a68..979ec9d 100644 --- a/webbpsf/webbpsf.ini +++ b/webbpsf/webbpsf.ini @@ -1,6 +1,6 @@ [package] name: webbpsf -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version: 0.4.0 [about] home: https://github.com/mperrin/${package:name} @@ -9,9 +9,10 @@ summary: ${package:name} [source] git_url: ${about:home} +git_tag: v0.4.0 [build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number: 0 preserve_egg_dir: True [requirements] @@ -23,6 +24,7 @@ build: matplotlib poppy six [py27] + webbpsf-data ==0.4.0 setuptools python @@ -34,7 +36,7 @@ run: matplotlib poppy six [py27] - webbpsf-data + webbpsf-data ==0.4.0 setuptools python |