django-analytical/analytical/__init__.py
Peter Bittner bfe92c716c Ensure Tox targets clean and docs are working
Update packaging information (Django 2.2, license)

Remove problematic install_requires
2019-04-09 14:43:50 +02:00

9 lines
232 B
Python

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