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'
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
2013-07-17 18:44:31 +00:00
__version__ = '3.0.2'
2012-10-26 00:01:11 +00:00
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']