diff --git a/setup.py b/setup.py index e162648..ed58bbd 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ setup( name="axe-selenium-python", use_scm_version=True, + setup_requires=["setuptools_scm"], description="Python library to integrate axe and selenium for web \ accessibility testing.", long_description=open("README.rst").read(),