Skip to content

Commit

Permalink
Add py.typed file. (#1395)
Browse files Browse the repository at this point in the history
* Add py.typed file
  • Loading branch information
neighthan authored May 8, 2020
1 parent 2082a32 commit 3de8524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_long_description() -> str:
ext_modules=ext_modules,
packages=["blackd", "black", "blib2to3", "blib2to3.pgen2"],
package_dir={"": "src"},
package_data={"blib2to3": ["*.txt"]},
package_data={"blib2to3": ["*.txt"], "black": ["py.typed"]},
python_requires=">=3.6",
zip_safe=False,
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions src/black/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 3de8524

Please sign in to comment.