django-imagekit/imagekit/pkgmeta.py

6 lines
246 B
Python
Raw Permalink Normal View History

2012-10-26 00:01:11 +00:00
__title__ = 'django-imagekit'
2013-12-20 17:18:57 +00:00
__author__ = 'Matthew Tretter, Eric Eldredge, Bryan Veloso, Greg Newman, Chris Drackett, Justin Driscoll'
2014-09-28 05:20:40 +00:00
__version__ = '3.2.3'
2012-10-26 00:01:11 +00:00
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']