File: __init__.py

package info (click to toggle)
python-django-tagging 1%3A0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 372 kB
  • ctags: 386
  • sloc: python: 2,246; makefile: 168
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.4.5'
__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'