django-analytical/analytical/__init__.py
Joost Cassee 7ac9b38ee5 Small fixes after Piwik merge
- Update changelog and add Peter Bittner to authors
- Fix documentation typo
- Bump version
2014-07-06 21:21:49 +02:00

15 lines
449 B
Python

"""
Analytics service integration for Django
========================================
The django-analytical application integrates analytics services into a
Django_ project. See the ``docs`` directory for more information.
.. _Django: http://www.djangoproject.com/
"""
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "0.19.0"
__copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others"
__license__ = "MIT License"