-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters