diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-06-29 17:03:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 17:03:41 -0400 |
commit | 90eb671b2054b89a69525edc80add7dd3378f890 (patch) | |
tree | 2861a6e7279a90c881ccddc6f6e41d127ad5b730 /stsci.sphere | |
parent | a9302aab5aa412ca9542cdcb59dfd8684f44bca4 (diff) | |
download | astroconda-contrib-90eb671b2054b89a69525edc80add7dd3378f890.tar.gz |
Free range packages (#20)
* Allow packages updates without metapackages conflicting
* Fix numpy locking
* Update purge_path requirement
* git https not ssh
* Redo changes prior to rebase
Diffstat (limited to 'stsci.sphere')
-rw-r--r-- | stsci.sphere/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 33ba98a..ad48145 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -3,7 +3,7 @@ about: license: GPL summary: stsci.sphere build: - number: '0' + number: '1' preserve_egg_dir: 'yes' package: name: stsci.sphere @@ -23,7 +23,7 @@ requirements: - numpy x.x - python x.x source: - git_url: ssh://git@bitbucket.org/stsci_ssb/stsci.sphere + git_url: https://bitbucket.org/stsci_ssb/stsci.sphere test: imports: - stsci.sphere |