File: pkgmeta.py

package info (click to toggle)
python-django-imagekit 5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: python: 1,975; makefile: 133; sh: 6
file content (5 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
__title__ = 'django-imagekit'
__author__ = 'Matthew Tretter, Venelin Stoykov, Eric Eldredge, Bryan Veloso, Greg Newman, Chris Drackett, Justin Driscoll'
__version__ = '5.0.0'
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']