From c085c5788c932d4b515ba871493268b1bb9d9c24 Mon Sep 17 00:00:00 2001 From: msglm Date: Mon, 8 Apr 2024 14:44:43 -0500 Subject: removed accidently added unfinished packages --- aux-files/archivenow/fixsetup.patch | 27 +++++++++++++++++++++++++++ aux-files/localai/.gitmodule | 0 2 files changed, 27 insertions(+) create mode 100644 aux-files/archivenow/fixsetup.patch create mode 100644 aux-files/localai/.gitmodule (limited to 'aux-files') 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 +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 + diff --git a/aux-files/localai/.gitmodule b/aux-files/localai/.gitmodule new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3