From d995300eed422c51bee8374272d121be0c02658c Mon Sep 17 00:00:00 2001 From: MailboxValidator Date: Tue, 15 Dec 2020 13:23:11 +0800 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64af4b5..77dc323 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ long_description_content_type="text/markdown", url="https://github.com/MailboxValidator/mailboxvalidator-python", packages=setuptools.find_packages(), + tests_require=['pytest>=3.0.6'], classifiers=( "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", @@ -21,4 +22,4 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ), -) \ No newline at end of file +)