Skip to content

Commit

Permalink
Remove setuptools configuration for src
Browse files Browse the repository at this point in the history
setuptools now automatically recognizes the src layout and doesn't
require special configuration.
  • Loading branch information
rra committed Aug 16, 2022
1 parent d26412c commit f76d337
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ gafaelfawr = "gafaelfawr.cli:main"

[tool.setuptools_scm]

[tool.setuptools.packages.find]
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
where = ["src"]
include = ["gafaelfawr*"]

[tool.coverage.run]
parallel = true
branch = true
Expand Down

0 comments on commit f76d337

Please sign in to comment.