| # |
| # -*- coding: utf-8 -*- |
| # |
| # This file is part of reclass (http://github.com/madduck/reclass) |
| # |
| # Copyright © 2007–14 martin f. krafft <madduck@madduck.net> |
| # Released under the terms of the Artistic Licence 2.0 |
| # |
| RECLASS_NAME = 'reclass' |
| DESCRIPTION = 'merge data by recursive descent down an ancestry hierarchy' |
| VERSION = '1.4.1' |
| AUTHOR = 'martin f. krafft' |
| AUTHOR_EMAIL = 'reclass@pobox.madduck.net' |
| MAINTAINER = 'Jason Ritzke (@Rtzq0)' |
| MAINTAINER_EMAIL = 'jasonritzke@4loopz.com' |
| COPYRIGHT = 'Copyright © 2007–14 ' + AUTHOR |
| LICENCE = 'Artistic Licence 2.0' |
| URL = 'https://github.com/madduck/reclass' |