aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2023-07-06 13:03:10 +0200
committervg <vgm+dev@devys.org>2023-07-06 13:03:10 +0200
commitb9c194a84cc1ee2f58737be521dbfbee190cc763 (patch)
tree071840c3cdee9882c6d84010959f3244a0b7afbe
parent27301862414094f7811ee6cbe958e25f9daec101 (diff)
downloadpasteme-master.tar.gz
pasteme-master.tar.bz2
pasteme-master.zip
remove bottle submodule, use distribution insteadHEADmaster
-rw-r--r--.gitmodules3
m---------bottle0
l---------bottle.py1
-rw-r--r--readme.rst4
4 files changed, 2 insertions, 6 deletions
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
-Subproject ff7f4dbf7b5a31a6c8c2fa0086f7b37cba32a95
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
============