From 9c06c60fd2571f3d57ff62c56cddae441cc8a828 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sun, 18 Jun 2023 14:50:00 -0400 Subject: [PATCH] update pyproject.toml Signed-off-by: Mike Fiedler --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7bb68e8..49d7c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,6 @@ include = [ { path = "LICENSE" }, { path = "README.md" }, { path = "tests", format = "sdist" }, - { path = "pytest.ini", format = "sdist" }, - { path = ".coveragerc", format = "sdist" }, { path = ".flake8", format = "sdist" }, ] classifiers = [ @@ -52,6 +50,7 @@ socket = 'pytest_socket' [tool.poetry.urls] "Bug Tracker" = "https://github.com/miketheman/pytest-socket/issues" "Change Log" = "https://github.com/miketheman/pytest-socket/blob/main/CHANGELOG.md" +"Funding" = "https://github.com/sponsors/miketheman" [tool.coverage.report] include = ["*pytest_socket*", "tests*"]