From 64131436628045f3d8193a162974c205fb02b348 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 16 2017 21:00:26 +0000 Subject: Add a MANIFEST.in to fix tox sadness I can't find a good way to get tox to use setuptools_git other than just sticking a pip install command in tox.ini, which, ugh. Signed-off-by: Adam Williamson --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..affa3d3 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include *.requires +include README.md