File: metadata.py

package info (click to toggle)
python-django-colorfield 0.11.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 364 kB
  • sloc: javascript: 2,510; python: 716; makefile: 14; sh: 2
file content (7 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
__author__ = "Jared Forsyth, Fabio Caccamo"
__copyright__ = "Copyright (c) 2013-present Jared Forsyth / Fabio Caccamo"
__description__ = "color field for django models with a nice color-picker in the admin."
__email__ = "jared@jaredforsyth.com, fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "django-colorfield"
__version__ = "0.11.0"