Small documentation and metadata changes

Added some thank-you's and fixed some typos.
This commit is contained in:
Joost Cassee 2011-01-26 00:07:46 +01:00
parent 3f753d4081
commit 4a81b49320
5 changed files with 23 additions and 5 deletions

View file

@ -7,8 +7,9 @@ into a Django_ project.
.. _Django: http://www.djangoproject.com/
:Download: http://pypi.python.org/pypi/django-analytical/
:Source: http://github.com/jcassee/django-analytical
:Package: http://pypi.python.org/pypi/django-analytical/
:Source: http://github.com/jcassee/django-analytical
:Issues: http://github.com/jcassee/django-analytical/issues
Overview

View file

@ -32,3 +32,9 @@ Required settings
Here, ``XXXXX`` is your User ID.
.. _`Add New Site`: http://chartbeat.com/code/
----
Thanks go to Chartbeat for their support with the development of this
application.

View file

@ -24,3 +24,9 @@ Required settings
You can find the Site ID in the Info tab of the website Preferences
page on your Clicky account.
----
Thanks go to Clicky for their support with the development of this
application.

View file

@ -19,3 +19,9 @@ Required settings
You can find the account number by clicking the link named "What's my
code?" in the dashboard of your Crazy Egg account.
----
Thanks go to Crazy Egg for their support with the development of this
application.

View file

@ -26,7 +26,6 @@ class TestCommand(Command):
pass
def run(self):
import os
os.environ['DJANGO_SETTINGS_MODULE'] = 'analytical.tests.settings'
from analytical.tests.utils import run_tests
run_tests()
@ -53,9 +52,9 @@ setup(
'analytical.templatetags',
'analytical.tests',
],
keywords = ['django', 'analytics]'],
keywords = ['django', 'analytics'],
classifiers = [
'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',