1[build-system] 2requires = ["hatchling"] 3build-backend = "hatchling.build" 4 5[project] 6name = "pytest-cov-nixpkgs-stub" 7version = "1.0.0" 8 9[tool.hatch.build.targets.wheel] 10packages = ["pytest_cov"] 11 12[project.entry-points.pytest11] 13pytest_cov = "pytest_cov.plugin"