Skip to content

Commit

Permalink
fix: only emit license and readme for sdist (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Jun 21, 2023
1 parent d5bf3a7 commit 6fc4477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ readme = "README.md"
homepage = "https://pypi.org/project/pytest-socket/"
repository = "https://github.com/miketheman/pytest-socket"
include = [
{ path = "LICENSE" },
{ path = "README.md" },
{ path = "LICENSE", format = "sdist" },
{ path = "README.md", format = "sdist" },
{ path = "tests", format = "sdist" },
{ path = ".flake8", format = "sdist" },
]
Expand Down

0 comments on commit 6fc4477

Please sign in to comment.