Repository URL to install this package:
|
Version:
1.0.7 ▾
|
pytest-check
/
pyproject.toml
|
|---|
[project]
name = "pytest-check"
authors = [{name = "Brian Okken", email = "brian+pypi@pythontest.com"}]
readme = "README.md"
license = {file = "LICENSE.txt"}
requires-python = ">3.7"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Framework :: Pytest" ,
"Topic :: Software Development :: Testing",
]
dynamic = ["version", "description"]
[project.urls]
Home = "https://github.com/okken/pytest-check"
[project.entry-points.pytest11]
check = "pytest_check.plugin"
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.module]
name = "pytest_check"