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 3648093 commit 270c8cdCopy full SHA for 270c8cd
setup.py
@@ -11,6 +11,7 @@
11
setup(
12
name="axe-selenium-python",
13
use_scm_version=True,
14
+ setup_requires=["setuptools_scm"],
15
description="Python library to integrate axe and selenium for web \
16
accessibility testing.",
17
long_description=open("README.rst").read(),
0 commit comments