Skip to content

Commit

Permalink
Add support for PEP 561 and static type checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Jun 9, 2023
1 parent 5be0cd3 commit d1c7ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ python_requires = >=3.7
packages = find:
package_dir = =src

[options.package_data]
parsy = py.typed

[options.packages.find]
where = src

Expand Down
1 change: 1 addition & 0 deletions src/parsy/py.parsed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Support for PEP 561

0 comments on commit d1c7ff7

Please sign in to comment.