Skip to content

Commit

Permalink
build: add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Aug 26, 2021
1 parent f81b3f2 commit a42ec8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ass_parser/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ python_requires = >=3.9
package_dir = ass_parser=ass_parser
packages = find:

[options.package_data]
ass_parser = py.typed

[options.extras_require]
test =
pytest
Expand Down

0 comments on commit a42ec8c

Please sign in to comment.