diff options
| author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-01 13:39:17 +0200 | 
|---|---|---|
| committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-01 13:39:17 +0200 | 
| commit | 0c3f2a7f7edad987ae06b01559a8715a31e1086c (patch) | |
| tree | b5864e29688e55169d6b84968a37dbb78b9f51ec | |
| parent | 26d6e73e854391012309567d398b45f9493fbc12 (diff) | |
| download | reddit-nextcloud-importer-0c3f2a7f7edad987ae06b01559a8715a31e1086c.tar.gz reddit-nextcloud-importer-0c3f2a7f7edad987ae06b01559a8715a31e1086c.tar.bz2 reddit-nextcloud-importer-0c3f2a7f7edad987ae06b01559a8715a31e1086c.zip | |
feat: Add entry point to the package
| -rw-r--r-- | build.yml | 5 | ||||
| -rw-r--r-- | reddit-nextcloud-importer/__main__.py (renamed from reddit-nextcloud-importer/main.py) | 0 | 
2 files changed, 3 insertions, 2 deletions
| @@ -1,9 +1,10 @@  # this build is meant to be submitted manually  image: alpine/latest  packages: +  - rsync    - python3-dev -  - python3-setuptools_scm -  - py3-poetry +  - py3-setuptools_scm +  - poetry  sources:    - https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer diff --git a/reddit-nextcloud-importer/main.py b/reddit-nextcloud-importer/__main__.py index 2f34b3a..2f34b3a 100644 --- a/reddit-nextcloud-importer/main.py +++ b/reddit-nextcloud-importer/__main__.py | 
