From 2a01b9e35460bf15e3b812efc49af6e2712c88b5 Mon Sep 17 00:00:00 2001 From: Sergey Motornyuk Date: Fri, 3 Mar 2023 02:17:26 +0200 Subject: [PATCH] fix: add config declaration to manifest --- MANIFEST.in | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index fcf4052..febd205 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include README.rst include LICENSE.txt include requirements.txt -recursive-include ckanext/googleanalytics *.html *.js *.json *.css *.yml *.mo +recursive-include ckanext/googleanalytics *.html *.js *.json *.css *.yml *.mo *.yaml diff --git a/setup.cfg b/setup.cfg index 213a746..ebdb8e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ckanext-googleanalytics -version = 2.2.1 +version = 2.2.2 description = Add GA tracking and reporting to CKAN instance long_description = file: README.md long_description_content_type = text/markdown