From 1c36bf214ac66e99136b686eb7e195641697c0b6 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sat, 8 Dec 2018 23:14:15 +0100 Subject: [PATCH] auto update of scripts/bootstrapit_update.sh --- scripts/bootstrapit_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrapit_update.sh b/scripts/bootstrapit_update.sh index 59d6bc7..81221b7 100644 --- a/scripts/bootstrapit_update.sh +++ b/scripts/bootstrapit_update.sh @@ -363,6 +363,7 @@ copy_template CONTRIBUTING.md; copy_template CHANGELOG.md; copy_template license.header; copy_template stubs/README.md; +copy_template MANIFEST.in; copy_template setup.py; copy_template setup.cfg;