We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ae297 commit 7eb5679Copy full SHA for 7eb5679
pyproject.toml
@@ -3,7 +3,7 @@
3
description="An implementation of transformers tailored for mechanistic interpretability."
4
license="MIT"
5
name="transformer-lens"
6
- packages=[{include="transformer_lens"}]
+ packages=[{include="transformer_lens"}, {include="transformer_lens/py.typed"}]
7
readme="README.md"
8
# Version is automatically set by the pipeline on release
9
version="0.0.0"
transformer_lens/py.typed
0 commit comments