Skip to content

Commit 270c8cd

Browse files
fix automatic pypi uploads (#175)
* updated the changelog to warn about breaking changes * updating versioning for pypi release
1 parent 3648093 commit 270c8cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
setup(
1212
name="axe-selenium-python",
1313
use_scm_version=True,
14+
setup_requires=["setuptools_scm"],
1415
description="Python library to integrate axe and selenium for web \
1516
accessibility testing.",
1617
long_description=open("README.rst").read(),

0 commit comments

Comments
 (0)