setup-selenium-testing 0.1.7__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.7 → setup_selenium_testing-0.2.0}/PKG-INFO +2 -2
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.2.0}/pyproject.toml +3 -2
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.2.0}/LICENSE +0 -0
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.2.0}/README.md +0 -0
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.2.0}/setup_selenium/__init__.py +0 -0
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.2.0}/setup_selenium/py.typed +0 -0
- {setup_selenium_testing-0.1.7 → 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 = ""
|
@@ -15,6 +15,7 @@ classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3.10",
|
16
16
|
"Programming Language :: Python :: 3.11",
|
17
17
|
"Programming Language :: Python :: 3.12",
|
18
|
+
"Programming Language :: Python :: 3.13",
|
18
19
|
"Intended Audience :: Developers",
|
19
20
|
"Natural Language :: English",
|
20
21
|
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{setup_selenium_testing-0.1.7 → setup_selenium_testing-0.2.0}/setup_selenium/setup_selenium.py
RENAMED
File without changes
|