setup-selenium-testing 0.1.8__tar.gz → 0.2.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/PKG-INFO +2 -2
- {setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/pyproject.toml +2 -2
- {setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/LICENSE +0 -0
- {setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/README.md +0 -0
- {setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/setup_selenium/__init__.py +0 -0
- {setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/setup_selenium/py.typed +0 -0
- {setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/setup_selenium/setup_selenium.py +0 -0
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: setup-selenium-testing
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.0
|
4
4
|
Summary: Setup Selenium for automation testing
|
5
5
|
Home-page: https://github.com/bandophahita/setup_selenium
|
6
6
|
License: MIT
|
7
7
|
Author: Marcel Wilson
|
8
|
-
Author-email: trenchrats@gmail.com
|
8
|
+
Author-email: trenchrats+pypi@gmail.com
|
9
9
|
Requires-Python: >=3.8,<4.0
|
10
10
|
Classifier: Intended Audience :: Developers
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -1,8 +1,8 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "setup-selenium-testing"
|
3
|
-
version = "0.
|
3
|
+
version = "0.2.0"
|
4
4
|
description = "Setup Selenium for automation testing"
|
5
|
-
authors = ["Marcel Wilson <trenchrats@gmail.com>"]
|
5
|
+
authors = ["Marcel Wilson <trenchrats+pypi@gmail.com>"]
|
6
6
|
license = "MIT"
|
7
7
|
repository = "https://github.com/bandophahita/setup_selenium"
|
8
8
|
#documentation = ""
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{setup_selenium_testing-0.1.8 → setup_selenium_testing-0.2.0}/setup_selenium/setup_selenium.py
RENAMED
File without changes
|