Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed Jun 18, 2023
1 parent ed0c32d commit 9c06c60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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*"]
Expand Down

0 comments on commit 9c06c60

Please sign in to comment.