diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-18 20:32:47 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-20 15:05:18 -0400 |
commit | 93827d0b141afbf43780d28ed423173b0303289a (patch) | |
tree | 4cc122e6ab52acd77f7029322ea2b3c8f5b5ba68 /stsci.sphinxext | |
parent | c2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff) | |
download | cbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz |
Begin prepping for internal testing
Diffstat (limited to 'stsci.sphinxext')
-rw-r--r-- | stsci.sphinxext/stsci.sphinxext.ini | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/stsci.sphinxext/stsci.sphinxext.ini b/stsci.sphinxext/stsci.sphinxext.ini index b62b3a2..a9f49ba 100644 --- a/stsci.sphinxext/stsci.sphinxext.ini +++ b/stsci.sphinxext/stsci.sphinxext.ini @@ -1,20 +1,19 @@ [package] name: stsci.sphinxext -version: 1.2.1 +version: 1.2.2 [about] -home: https://pypi.python.org/pypi/${package:name} +home: https://github.com/spacetelescope/${package:name} license: GPL summary: ${package:name} #readme: README.md [source] -fn: ${package:name}-${package:version}.tar.gz -url: https://pypi.python.org/packages/source/s/stsci.sphinxext/${fn} -md5: d23f6ad057a4af86a6ce3771bddb1754 +git_url: ${about:home} +git_tag: [build] -number: 1 +number: 0 # Namespace package workaround preserve_egg_dir: yes |