From b9c194a84cc1ee2f58737be521dbfbee190cc763 Mon Sep 17 00:00:00 2001 From: vg Date: Thu, 6 Jul 2023 13:03:10 +0200 Subject: remove bottle submodule, use distribution instead --- .gitmodules | 3 --- bottle | 1 - bottle.py | 1 - readme.rst | 4 ++-- 4 files changed, 2 insertions(+), 7 deletions(-) delete mode 160000 bottle delete mode 120000 bottle.py diff --git a/.gitmodules b/.gitmodules index 9a871da..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "bottle"] - path = bottle - url = https://github.com/defnull/bottle diff --git a/bottle b/bottle deleted file mode 160000 index ff7f4db..0000000 --- a/bottle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ff7f4dbf7b5a31a6c8c2fa0086f7b37cba32a959 diff --git a/bottle.py b/bottle.py deleted file mode 120000 index ccf120b..0000000 --- a/bottle.py +++ /dev/null @@ -1 +0,0 @@ -bottle/bottle.py \ No newline at end of file diff --git a/readme.rst b/readme.rst index 74e70e8..7afc03c 100644 --- a/readme.rst +++ b/readme.rst @@ -20,8 +20,8 @@ Dependencies ============ - python3 (3.4 at least) -- bottle (included as submodule in this repository) -- pygments (packaged on a lot of distributions) +- bottle (python3-bottle package in debian) +- pygments (python3-pygments package in debian) Installation ============ -- cgit v1.2.3