From d714497968d782afe88c3f5a7c81531bb41b33d8 Mon Sep 17 00:00:00 2001 From: Will Percival Date: Thu, 16 Feb 2017 13:28:11 -0800 Subject: [PATCH] add test suite to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index adefc74..0f77dc5 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ "iCalendar and vCard files", long_description = "\n".join(doclines[2:]), keywords = ['vobject', 'icalendar', 'vcard', 'ics', 'vcs', 'hcalendar'], + test_suite="tests", classifiers = """ Development Status :: 5 - Production/Stable Environment :: Console