Skip to content

Commit

Permalink
Fix setuptools warning (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
q0w authored Dec 16, 2022
1 parent ec165db commit a34e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
include = ["piptools"]
include = ["piptools*"]

[tool.setuptools_scm]

0 comments on commit a34e1c9

Please sign in to comment.