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 +)