From 80d58619051a48ea541784953bf6d36360fe1fb3 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@k1024.org>
Date: Fri, 29 Nov 2019 17:22:10 +0100
Subject: [PATCH] Fix tests path in MANIFEST.in

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

diff --git a/MANIFEST.in b/MANIFEST.in
index f173282..1da4844 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,4 +6,4 @@ include acl.c
 include setup.cfg
 include doc/conf.py
 include doc/*.rst
-include test/*.py
+include tests/*.py
-- 
2.39.5