From 5572c3ded34bc1cef8dfdf6c34bdc4f7d8146211 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Fri, 15 May 2015 13:55:51 +1000 Subject: [PATCH] Add test_weakrefmethod.py to manifest. This file was being missed by the `setup.py sdist` command when building source distributions, preventing the source package from being tested and breaking tools like `stdeb`. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index b7f84d5..0c215bd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include DESCRIPTION.rst +include test_weakmethod.py