summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2017-10-18 15:01:50 +0200
committerMarcel Hellkamp <marc@gsites.de>2017-11-06 13:32:20 +0100
commit55a505b3a54bb7de23e9554cb8ce7f8e160c31a0 (patch)
tree932b3f6ab9125ec6d033ca07767ef7cc23df68ca
parent61f7eec07b4c1152390de0f3217197ca64e927f4 (diff)
downloadbottle-55a505b3a54bb7de23e9554cb8ce7f8e160c31a0.tar.gz
Fix missing license
this is described in #1004
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index fb0c817..f372e4d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
include bottle.py
include setup.py
include README.rst
-include LICENSE.txt
+include LICENSE
include test/views/*.tpl
include test/*.py