Skip to content

Commit e8d3de9

Browse files
committed
build: update setuptools include pattern in pyproject.toml
This removes ambiguity with submodules
1 parent 6f29abe commit e8d3de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Tracker = "https://github.com/fortran-lang/fortls/issues"
7676
fortls = "fortls.__init__:main"
7777

7878
[tool.setuptools.packages.find]
79-
include = ["fortls"]
79+
include = ["fortls*"]
8080

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

0 commit comments

Comments
 (0)