From a74904ad9989a0f7eb2aa6d774be401dc881940c Mon Sep 17 00:00:00 2001 From: bipinkrish Date: Wed, 26 Jul 2023 12:50:00 +0000 Subject: [PATCH] Delete snapcraft.yaml --- snapcraft.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index a3b8325..0000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: degourou -version: '1.3.8' -summary: IA eBooks Decrypter -description: | - Automate the process of getting decrypted ebook from InternetArchive without the need for Adobe Digital Editions and Calibre. - -base: core18 # The base snap to build on (use core18 for Ubuntu 18.04 LTS and later) - -grade: stable # The release grade of the snap (stable, candidate, beta, or edge) - -confinement: strict # The level of snap confinement (strict, devmode, classic) - -parts: - my-app: - source: . - plugin: python - python-packages: [requests,pycryptodomex,cryptography,lxml] \ No newline at end of file