django-analytical/analytical/__init__.py
Peter Bittner 844a178c04 Simplify copyright notice
Co-authored-by: David Smith <39445562+smithdc1@users.noreply.github.com>
2022-03-15 09:34:50 +01:00

8 lines
207 B
Python

"""
Analytics service integration for Django projects
"""
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "3.1.0"
__copyright__ = "Copyright (C) 2011 Joost Cassee and contributors"