diff options
author | msglm <msglm@techchud.xyz> | 2024-04-08 14:46:01 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-04-08 14:46:01 -0500 |
commit | 95ac4f8f8fb47c5785954584d6c15737abe8f492 (patch) | |
tree | a463d9aa488f1054b4e17f00d9aca5dc7d677ff2 /aux-files/archivenow/fixsetup.patch | |
parent | c085c5788c932d4b515ba871493268b1bb9d9c24 (diff) | |
download | guix-msglm-95ac4f8f8fb47c5785954584d6c15737abe8f492.tar.gz guix-msglm-95ac4f8f8fb47c5785954584d6c15737abe8f492.tar.bz2 guix-msglm-95ac4f8f8fb47c5785954584d6c15737abe8f492.zip |
remove more unused stuff
Diffstat (limited to 'aux-files/archivenow/fixsetup.patch')
-rw-r--r-- | aux-files/archivenow/fixsetup.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/aux-files/archivenow/fixsetup.patch b/aux-files/archivenow/fixsetup.patch deleted file mode 100644 index d66f82e..0000000 --- a/aux-files/archivenow/fixsetup.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 4e8b8c9447654656fe9f7a857611b0837f250e9b Mon Sep 17 00:00:00 2001 -From: Anonymous <anonymous@example.org> -Date: Fri, 5 Apr 2024 22:17:53 -0500 -Subject: [PATCH] include archivebox.py in setup - ---- - setup.py | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -diff --git a/setup.py b/setup.py -index b62adcd..ab6528b 100644 ---- a/setup.py -+++ b/setup.py -@@ -37,9 +37,5 @@ setup( - 'templates/*.*', - 'static/*.*' - ] -- }, -- entry_points=''' -- [console_scripts] -- archivenow=archivenow.archivenow:args_parser -- ''' -+ } - ) --- -2.41.0 - |