Skip to content

Commit b3b9572

Browse files
committed
Fix redundant package specifier
1 parent e674158 commit b3b9572

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
@@ -67,7 +67,7 @@ pandas = [
6767
]
6868

6969
[tool.setuptools.package-data]
70-
snappylapy = ["*.py", "**/*.py", "py.typed"]
70+
snappylapy = ["**/*.py", "py.typed"]
7171

7272
[dependency-groups]
7373
dev = [

0 commit comments

Comments
 (0)