Skip to content

Commit

Permalink
Declare type checking support by including py.typed, as per PEP 561 (
Browse files Browse the repository at this point in the history
  • Loading branch information
squahtx authored Dec 8, 2021
1 parent dd8e210 commit fbf1114
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{ cookiecutter.directory_name }}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = 0.0.0
classifiers =
License :: OSI Approved :: Apache Software License


[options]
packages =
{{ cookiecutter.package_name }}
Expand All @@ -16,6 +17,10 @@ install_requires =
attrs


[options.package_data]
{{ cookiecutter.package_name }} = py.typed


[options.extras_require]
dev =
# for tests
Expand Down
Empty file.

0 comments on commit fbf1114

Please sign in to comment.