From b413cdecc755ac5565ce6688b7664a3c29b1d541 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 8 Dec 2022 21:54:55 +0100 Subject: [PATCH] Adding missing parts for pip build Re #1206 --- MANIFEST.in | 7 ++++--- changedetectionio/__init__.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f6e723b59..7c9e1d748 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,10 @@ recursive-include changedetectionio/api * -recursive-include changedetectionio/templates * -recursive-include changedetectionio/static * +recursive-include changedetectionio/blueprint * recursive-include changedetectionio/model * -recursive-include changedetectionio/tests * recursive-include changedetectionio/res * +recursive-include changedetectionio/static * +recursive-include changedetectionio/templates * +recursive-include changedetectionio/tests * prune changedetectionio/static/package-lock.json prune changedetectionio/static/styles/node_modules prune changedetectionio/static/styles/package-lock.json diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 1b2753b37..ff7a17353 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -35,7 +35,7 @@ from flask_wtf import CSRFProtect from changedetectionio import html_tools from changedetectionio.api import api_v1 -__version__ = '0.40.0' +__version__ = '0.40.0.1' datastore = None