Skip to content

Commit d995300

Browse files
Update setup.py
1 parent c4b9df6 commit d995300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/MailboxValidator/mailboxvalidator-python",
1515
packages=setuptools.find_packages(),
16+
tests_require=['pytest>=3.0.6'],
1617
classifiers=(
1718
"Development Status :: 5 - Production/Stable",
1819
"Intended Audience :: Developers",
@@ -21,4 +22,4 @@
2122
"License :: OSI Approved :: MIT License",
2223
"Operating System :: OS Independent",
2324
),
24-
)
25+
)

0 commit comments

Comments
 (0)