Skip to content

Commit

Permalink
build: update setuptools include pattern in pyproject.toml
Browse files Browse the repository at this point in the history
This removes ambiguity with submodules
  • Loading branch information
gnikit committed May 6, 2024
1 parent 6f29abe commit e8d3de9
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 @@ -76,7 +76,7 @@ Tracker = "https://github.com/fortran-lang/fortls/issues"
fortls = "fortls.__init__:main"

[tool.setuptools.packages.find]
include = ["fortls"]
include = ["fortls*"]

[tool.setuptools.package-data]
fortls = ["parsers/internal/*.json"]
Expand Down

0 comments on commit e8d3de9

Please sign in to comment.