summaryrefslogtreecommitdiffstats
path: root/aux-files/archivenow/fixsetup.patch
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:02 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:02 -0500
commit7baeb60e7e9e4f95a29093ad807b8d456d9c5a98 (patch)
treeb9a602a3f5b5048dd64c58abd9c954e14e5e54ad /aux-files/archivenow/fixsetup.patch
parent1bd86db6fad83dbd13fea6b3b48220e11710ace6 (diff)
downloadguix-techchud-7baeb60e7e9e4f95a29093ad807b8d456d9c5a98.tar.gz
guix-techchud-7baeb60e7e9e4f95a29093ad807b8d456d9c5a98.tar.bz2
guix-techchud-7baeb60e7e9e4f95a29093ad807b8d456d9c5a98.zip
removed accidently added unfinished packages
Diffstat (limited to 'aux-files/archivenow/fixsetup.patch')
-rw-r--r--aux-files/archivenow/fixsetup.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/aux-files/archivenow/fixsetup.patch b/aux-files/archivenow/fixsetup.patch
new file mode 100644
index 0000000..d66f82e
--- /dev/null
+++ b/aux-files/archivenow/fixsetup.patch
@@ -0,0 +1,27 @@
+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
+