From c9c37141f92cbe27be6a05e2cc4ce6708b5d15f4 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 8 Dec 2019 14:24:52 +0700 Subject: [PATCH] MANIFEST.in: Add tests to sdist --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index e651a55..08d8a31 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include AUTHORS include LICENSE include README.md include README.txt +include test_strict_rfc3339.py