From b2f2b01dd6122530c6cddce56c9ec7ee90ed500e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 2 Jan 2019 14:49:08 +0100 Subject: [PATCH] MANIFEST.in: add .travis.yml and requirements.txt. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 238078204..397a06fa9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ include LICENSE.md include Makefile +include .travis.yml +include requirements.txt