From e8e69084f08fb1ab579f352df0bbc4c973f192e1 Mon Sep 17 00:00:00 2001 From: philippe2803 Date: Mon, 8 Jan 2024 17:08:05 +0100 Subject: [PATCH] Testing pypi release --- contentmap/core.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contentmap/core.py b/contentmap/core.py index 07d671b..af9f1fc 100644 --- a/contentmap/core.py +++ b/contentmap/core.py @@ -16,3 +16,6 @@ def build(self): "INSERT INTO contentmap VALUES (:url, :content)", self.contents ) + + def test_release_dummy(self): + return 1 \ No newline at end of file