django-imagekit/imagekit/pkgmeta.py

6 lines
246 B
Python
Raw 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-04-05 20:43:26 +00:00
__version__ = '3.0b1'
2012-10-26 00:01:11 +00:00
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']