diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 7 |
1 files changed, 5 insertions, 2 deletions
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 <gabriel.giovanini@pm.me>"] +authors = ["Gabriel Arakaki Giovanini <mail@gabielgio.me>"] +packages = [ + { include = "reddit-nextcloud-importer" } +] [tool.poetry.dependencies] python = "^3.10" |