From fa2f913da41e5dbf33c3a6372372da8c53d519ee Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 16 Oct 2022 18:23:23 +0200 Subject: fix: fix testing --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index adde93c..38672a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,14 @@ [tool.poetry] name = "reddit-nextcloud-importer" -version = "0.1.1" +version = "0.1.2" license = "Apache-2.0" homepage = "https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer" repository = "https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer" description = "Reddit to Nextcloud importer" authors = ["Gabriel Arakaki Giovanini "] packages = [ - { include = "reddit_nextcloud_importer" } + { include = "reddit_nextcloud_importer" }, + { include = "test_uploader.py" } ] [tool.poetry.dependencies] -- cgit v1.2.3