Skip to content

Commit

Permalink
Make hamcrest package PEP 561 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Feb 26, 2020
1 parent e07fa8a commit 4fe1ca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def read(fname):
% __version__,
packages=find_packages("src"),
package_dir={"": "src"},
package_data={"hamcrest": ["py.typed"]},
provides=["hamcrest"],
long_description=read("README.rst"),
python_requires=">=3.5",
Expand Down
Empty file added src/hamcrest/py.typed
Empty file.

0 comments on commit 4fe1ca5

Please sign in to comment.