Skip to content

Commit

Permalink
Rename readme in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed May 13, 2024
1 parent f63437f commit 1074a90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ To install ckanext-matomo:

2. Clone the source and install it on the virtualenv


```
git clone https://github.com/vrk-kpa/ckanext-matomo.git
cd ckanext-matomo
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the relevant file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

setup(
Expand Down Expand Up @@ -85,7 +85,7 @@
matomo_resource_report=ckanext.matomo.plugin:MatomoResourceReport
matomo_location_report=ckanext.matomo.plugin:MatomoLocationReport
matomo_search_terms_report=ckanext.matomo.plugin:MatomoSearchTermsReport
[babel.extractors]
ckan = ckan.lib.extract:extract_ckan
Expand Down

0 comments on commit 1074a90

Please sign in to comment.