Skip to content

Commit

Permalink
Merge pull request #2057 from mgorny/poetry-install
Browse files Browse the repository at this point in the history
Stop installing documentation files to top-level site-packages
  • Loading branch information
staticdev committed Dec 21, 2022
2 parents ff306f8 + a6fdbfd commit 3020e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -34,9 +34,9 @@ classifiers = [
urls = { Changelog = "https://github.com/pycqa/isort/blob/main/CHANGELOG.md" }
include = [
{ path = "tests", format = "sdist" },
{ path = "ACKNOWLEDGEMENTS.md" },
{ path = "CHANGELOG.md" },
{ path = "LICENSE" },
{ path = "ACKNOWLEDGEMENTS.md", format = "sdist" },
{ path = "CHANGELOG.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 3020e0b

Please sign in to comment.