setup-selenium-testing 0.1.7__tar.gz → 0.1.8__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.1.8}/PKG-INFO +1 -1
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.1.8}/pyproject.toml +2 -1
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.1.8}/LICENSE +0 -0
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.1.8}/README.md +0 -0
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.1.8}/setup_selenium/__init__.py +0 -0
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.1.8}/setup_selenium/py.typed +0 -0
- {setup_selenium_testing-0.1.7 → setup_selenium_testing-0.1.8}/setup_selenium/setup_selenium.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "setup-selenium-testing"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.8"
|
4
4
|
description = "Setup Selenium for automation testing"
|
5
5
|
authors = ["Marcel Wilson <trenchrats@gmail.com>"]
|
6
6
|
license = "MIT"
|
@@ -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.1.8}/setup_selenium/setup_selenium.py
RENAMED
File without changes
|