Skip to content

Commit

Permalink
Set explicitly packages for setuptools (#1782)
Browse files Browse the repository at this point in the history
* Set explicitly packages for setuptools
* Fix mypy config
  • Loading branch information
q0w committed Dec 16, 2022
1 parent 2aebb64 commit ec165db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -90,8 +90,8 @@ warn_unused_ignores = true
# https://github.com/python/mypy/issues/4008
exclude = "^tests/test_data/"

[tool.mypy.overrides]
modules = ["tests.*"]
[[tool.mypy.overrides]]
module = ["tests.*"]
disallow_untyped_defs = false

[tool.pytest.ini_options]
Expand All @@ -106,6 +106,6 @@ markers = ["network: mark tests that require internet access"]

[tool.setuptools.packages.find]
# needed only because we did not adopt src layout yet
exclude = ["img"]
include = ["piptools"]

[tool.setuptools_scm]

0 comments on commit ec165db

Please sign in to comment.