From 41adfb0b949c38852e2a21d5c192f306aebe2a76 Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald@stufft.io>
Date: Sat, 5 Oct 2013 09:48:02 -0400
Subject: [PATCH] Include the tox.ini and test data

---
 MANIFEST.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index d287a03c..19745c1d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,9 @@
 include *.gz
-include .travis.yml
+include tox.ini
 include LICENSE
 recursive-include docs *.png
 recursive-include docs *.py
 recursive-include docs *.rst
 recursive-include docs Makefile
 recursive-include tests *.py
+recursive-include tests/data *
-- 
GitLab