blob: d66f82e51df9c8d5ef159b3f1873566122cfcecd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|