Skip to content

Commit

Permalink
Fix package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 23, 2020
1 parent ed2df8f commit aba34c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
long_description=long_description,
long_description_content_type="text/x-rst",
packages=setuptools.find_packages(exclude=["test*"]),
package_data={"pathvalidate": ["py.typed"]},
package_data={"pingparsing": ["py.typed"]},
project_urls={
"Documentation": "https://{:s}.rtfd.io/".format(MODULE_NAME),
"Source": REPOSITORY_URL,
Expand Down

0 comments on commit aba34c8

Please sign in to comment.