We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b9df6 commit d995300Copy full SHA for d995300
setup.py
@@ -13,6 +13,7 @@
13
long_description_content_type="text/markdown",
14
url="https://github.com/MailboxValidator/mailboxvalidator-python",
15
packages=setuptools.find_packages(),
16
+ tests_require=['pytest>=3.0.6'],
17
classifiers=(
18
"Development Status :: 5 - Production/Stable",
19
"Intended Audience :: Developers",
@@ -21,4 +22,4 @@
21
22
"License :: OSI Approved :: MIT License",
23
"Operating System :: OS Independent",
24
),
-)
25
+)
0 commit comments