Files
sigal/sigal/pkgmeta.py
2013-03-14 22:54:08 +01:00

9 lines
238 B
Python

# -*- coding:utf-8 -*-
__title__ = 'sigal'
__author__ = u"Simon Conseil"
__version__ = "0.3.2"
__license__ = "MIT"
__url__ = 'https://github.com/saimn/sigal'
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']