File: __init__.py

package info (click to toggle)
python-django-tagging 1%3A0.5.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: python: 2,140; makefile: 166
file content (15 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
Django-tagging
"""
__version__ = '0.5.0'
__license__ = 'BSD License'

__author__ = 'Jonathan Buchanan'
__author_email__ = 'jonathan.buchanan@gmail.com'

__maintainer__ = 'Fantomas42'
__maintainer_email__ = 'fantomas42@gmail.com'

__url__ = 'https://github.com/Fantomas42/django-tagging'

default_app_config = 'tagging.apps.TaggingConfig'