diff --git a/docs/index.rst b/docs/index.rst index a0210e4..0b55cad 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/services/chartbeat.rst b/docs/services/chartbeat.rst index d007901..907d3d7 100644 --- a/docs/services/chartbeat.rst +++ b/docs/services/chartbeat.rst @@ -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. diff --git a/docs/services/clicky.rst b/docs/services/clicky.rst index c6b6439..972ea9c 100644 --- a/docs/services/clicky.rst +++ b/docs/services/clicky.rst @@ -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. diff --git a/docs/services/crazy_egg.rst b/docs/services/crazy_egg.rst index 652582a..a36c23b 100644 --- a/docs/services/crazy_egg.rst +++ b/docs/services/crazy_egg.rst @@ -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. diff --git a/setup.py b/setup.py index add801b..db7dbad 100644 --- a/setup.py +++ b/setup.py @@ -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',