From 268e44671a9a2c5535222aaed6c1663953bc2aef Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 3 Feb 2018 16:49:25 -0200 Subject: [PATCH] Fix Manifest.in so it includes the license in the package --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f7f787a..7fae575 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include LICENSE.txt README.rst CODE_OF_CONDUCT.md +include LICENSE README.rst CODE_OF_CONDUCT.md include test-requirements.txt .coveragerc