From 61223f0d1a16904866283c13acacc1992b0c6d5f Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 29 Aug 2022 22:24:22 +0200 Subject: ref: move project to the write folder Also update the dependencies --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index dbafff5..89bd25c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,11 @@ [tool.poetry] name = "reddit-nextcloud-importer" -version = "0.1.0" +version = "0.1.1" description = "Reddit to Nextcloud importer" -authors = ["gabrielgio "] +authors = ["Gabriel Arakaki Giovanini "] +packages = [ + { include = "reddit-nextcloud-importer" } +] [tool.poetry.dependencies] python = "^3.10" -- cgit v1.2.3