Skip to content

Commit

Permalink
pyproject.toml: Corrected notation of setuptools find directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Feb 20, 2024
1 parent 9e385b7 commit d36207f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ Changelog = "https://github.com/dnv-opensource/maritime-schema/blob/main/CHANGEL
[project.scripts]
maritime-schema = "maritime_schema.cli.maritime_schema:main"

[tool.setuptools]
packages = "find:"

[tool.setuptools.packages.find]
where = ["src"]
exclude = ["test*"]
Expand Down

0 comments on commit d36207f

Please sign in to comment.