django-analytical/analytical/__init__.py
Joost Cassee f6a634a64e Small changes to enumerate compatibility
Also update the changelog and version number.
2011-07-21 07:17:01 +02:00

15 lines
443 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.9.1"
__copyright__ = "Copyright (C) 2011 Joost Cassee and others"
__license__ = "MIT License"