Skip to content

Commit 483d527

Browse files
authored
Add py.typed to the built wheel. (#228)
By including all data files specified in MANIFEST.in; see: https://setuptools.pypa.io/en/latest/userguide/datafiles.html
1 parent 4d4a8c6 commit 483d527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"Programming Language :: Python :: Implementation :: PyPy",
5858
],
5959
install_requires=["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"],
60+
include_package_data=True,
6061
entry_points={
6162
"distutils.commands": ["check = readme_renderer.integration.distutils:Check"],
6263
},

0 commit comments

Comments
 (0)