[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "pytest-cov-nixpkgs-stub" version = "1.0.0" [tool.hatch.build.targets.wheel] packages = ["pytest_cov"] [project.entry-points.pytest11] pytest_cov = "pytest_cov.plugin"