Remove py.typed (#18485)

This commit is contained in:
Sylvain Gugger 2022-08-05 09:12:19 -04:00 committed by GitHub
parent 893122f666
commit c7849d9efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -412,7 +412,6 @@ setup(
url="https://github.com/huggingface/transformers",
package_dir={"": "src"},
packages=find_packages("src"),
package_data={"transformers": ["py.typed"]},
zip_safe=False,
extras_require=extras,
entry_points={"console_scripts": ["transformers-cli=transformers.commands.transformers_cli:main"]},

View File

@ -1 +0,0 @@