Skip to content

Commit

Permalink
fix bug in setup.py preventing the stubs from being packaged (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone authored Jan 20, 2022
1 parent 32448c2 commit 55f1eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]
),
package_data={
"spock": ["py.typed", "*.pyi"],
"": ["py.typed", "*.pyi"],
},
include_package_data=True,
python_requires=">=3.6",
Expand Down

0 comments on commit 55f1eb0

Please sign in to comment.