diff --git a/~setup.cfg b/~setup.cfg index 642d5c5..74f0e99 100644 --- a/~setup.cfg +++ b/~setup.cfg @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" [metadata] -name = pytest-selenium-screenshot +name = pytest-selenium-auto version = 1.0.0 description = pytest plugin to generate screenshots upon selenium webdriver events long_description = file: README.md -url = https://github.com/harmin-parra/pytest-selenium-screenshot +url = https://github.com/harmin-parra/pytest-selenium-auto author = Harmin Parra Rueda license = MIT license_file = LICENSE @@ -24,7 +24,7 @@ keywords = [options] install_requires = pytest >= 7.0.0 - pytest-html < 4.0.0 + pytest-html >= 4.0.0 pytest-metadata >= 3.0.0 selenium >= 4.11.0 python_requires = >=3.8 @@ -32,4 +32,4 @@ python_requires = >=3.8 [options.entry_points] pytest11 = - screenshots = pytest_selenium_screenshot.plugin + selenium_auto = pytest_selenium_auto.plugin