summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in2
-rw-r--r--bottle.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 14b92fe..e6c7d1c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,4 @@
include bottle.py
include setup.py
+include homepage/
+imclude docs/
diff --git a/bottle.py b/bottle.py
index 5e5574c..3a62491 100644
--- a/bottle.py
+++ b/bottle.py
@@ -1343,4 +1343,4 @@ local = threading.local()
def debug(mode=True):
global DEBUG
- DEBUG = bool(mode) \ No newline at end of file
+ DEBUG = bool(mode)