installable package #9

Merged
dan merged 31 commits from installable into dev 2023-12-07 11:32:03 +01:00
Showing only changes of commit b76f031f1e - Show all commits

View file

@ -4,20 +4,21 @@ description = "A pytest plugin to test instances of abra recipes"
authors = [{name = "Local-IT e.V."}]
readme = "README.md"
version = "0.2.0"
requires-python = "~=3.11"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: Pytest",
]
dependencies = [
"pytest == 7.4.3",
"playwright >= 1.40",
]
[project.scripts]
pytest11 = "pytest_abra.pytest_abra"
[project.classifiers]
Programming Language = "Python :: 3"
Programming Language = "Python :: 3.11"
Programming Language = "Python :: 3.12"
Framework = "Pytest"
pytest11 = "pytest_abra:pytest_abra"
[tool.setuptools]
package-dir = {"" = "pytest_abra"}