Skip to content

Commit

Permalink
Add py.typed to the built wheel. (#228)
Browse files Browse the repository at this point in the history
By including all data files specified in MANIFEST.in; see:
https://setuptools.pypa.io/en/latest/userguide/datafiles.html
  • Loading branch information
bhrutledge authored Mar 14, 2022
1 parent 4d4a8c6 commit 483d527
Showing 1 changed file 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 @@ -57,6 +57,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
],
install_requires=["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"],
include_package_data=True,
entry_points={
"distutils.commands": ["check = readme_renderer.integration.distutils:Check"],
},
Expand Down

0 comments on commit 483d527

Please sign in to comment.