Skip to content

Commit

Permalink
update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmin committed Oct 3, 2023
1 parent 37bba0c commit e60dddf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ~setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,12 +24,12 @@ 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


[options.entry_points]
pytest11 =
screenshots = pytest_selenium_screenshot.plugin
selenium_auto = pytest_selenium_auto.plugin

0 comments on commit e60dddf

Please sign in to comment.