Skip to content

Commit

Permalink
pyproject.toml: Add tests in sdist only
Browse files Browse the repository at this point in the history
fixes part of PyCQA#1266
fixes PyCQA#463
  • Loading branch information
Sebastian Wagner authored and sebix committed Jul 12, 2020
1 parent a42df91 commit 9c290ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ classifiers = [
"Topic :: Utilities",
]
urls = { Changelog = "https://github.com/timothycrosley/isort/blob/master/CHANGELOG.md" }
packages = [
{ include = "isort" },
{ include = "tests", format = "sdist" },
]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 9c290ba

Please sign in to comment.