From f9b4673498097d1e5048e08442923e864a923776 Mon Sep 17 00:00:00 2001 From: Hugo MacDermott-Opeskin Date: Sat, 17 Oct 2020 18:32:04 +1100 Subject: [PATCH] fix manifest --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 5ea63755..b648edfa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,7 @@ +include LICENSE +include Makefile +include pytest.ini +include requirements.txt include versioneer.py include pytng/_version.py recursive-include pytng/ *