Skip to content

Commit

Permalink
Newest version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbuch authored and Mikolaj Buchwald committed Mar 28, 2022
1 parent 86d8ef9 commit 4491949
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions django_matomo.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: django-matomo
Version: 0.1.4
Version: 0.1.5
Summary: A simple app to add the Matomo JS tracking code to your template. Forked from `django-piwik`.
Home-page: https://github.com/mikbuch/django-matomo
Author: Mikolaj Buchwald
Expand All @@ -22,7 +22,8 @@ Forked from `django-piwik <https://github.com/jasjukaitis/django-piwik>`_ (legac

`django-piwik` is metioned as an official Django plugin for Matomo: https://matomo.org/integrate/

## Requirements
Requirements
------------

* Django

Expand Down Expand Up @@ -51,18 +52,33 @@ In the template, put ``{% load matomo_tags %}`` to the top and add ``{% tracking

That's it. Happy tracking!

Uploading to PyPi
-----------------

Article on Medium (Towards Data Science) on `how to upload packages to PyPi <https://towardsdatascience.com/how-to-upload-your-python-package-to-pypi-de1b363a1b3>`_.

In short:

``python setup.py sdist``

``twine upload dist/*``

Version history
---------------

Main changes were introduced in ``0.1`` version of the package. Versions up to ``0.1.4`` are mainly formatting changes for the RST README format.
* Main changes were introduced in ``0.1`` version of the package.

* Versions up to ``0.1.4`` are mainly formatting changes for the RST README format.

* Version ``0.1.5`` information on uploading to PyPi added to the README. Minor formatting changes.


Author(s)
---------

Copyright 2022 Mikolaj Buchwald <[email protected]>

as `django-piwik`: Copyright 2013 Raphael Jasjukaitis <[email protected]>
as ``django-piwik``: Copyright 2013 Raphael Jasjukaitis <[email protected]>


Released under the BSD license.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-matomo',
version='0.1.4',
version='0.1.5',
description='A simple app to add the Matomo JS tracking code to your template. Forked from `django-piwik`.',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
author='Mikolaj Buchwald',
Expand Down

0 comments on commit 4491949

Please sign in to comment.