diff --git a/setup.py b/setup.py index 6e9259c..e28b0d6 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ include_package_data=True, zip_safe=False, license='MIT', + install_requires=["setuptools"], tests_require=["pytest", "pytest-runner"], classifiers=[ "Development Status :: 5 - Production/Stable",