aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-16 18:23:23 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-10-16 18:38:09 +0200
commitfa2f913da41e5dbf33c3a6372372da8c53d519ee (patch)
treee070121cc8e59bd937f52445e5cd7854f0921aff /pyproject.toml
parenta43c49511ba01aea3713def375455af3f3c45396 (diff)
downloadreddit-nextcloud-importer-fa2f913da41e5dbf33c3a6372372da8c53d519ee.tar.gz
reddit-nextcloud-importer-fa2f913da41e5dbf33c3a6372372da8c53d519ee.tar.bz2
reddit-nextcloud-importer-fa2f913da41e5dbf33c3a6372372da8c53d519ee.zip
fix: fix testing
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
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 <mail@gabielgio.me>"]
packages = [
- { include = "reddit_nextcloud_importer" }
+ { include = "reddit_nextcloud_importer" },
+ { include = "test_uploader.py" }
]
[tool.poetry.dependencies]