diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bottle | 0 | ||||
l--------- | bottle.py | 1 | ||||
-rw-r--r-- | readme.rst | 4 |
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 @@ -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 ============ |