Skip to content

Commit

Permalink
Add py.typed to mark as having typing information
Browse files Browse the repository at this point in the history
According to PEP 561.
  • Loading branch information
jspricke authored and Unrud committed Oct 16, 2021
1 parent 35e7ee5 commit f72b344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added radicale/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
platforms="Any",
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_data={"radicale": WEB_FILES},
package_data={"radicale": WEB_FILES + ['py.typed']},
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
install_requires=["defusedxml", "passlib", "vobject>=0.9.6",
"python-dateutil>=2.7.3", "setuptools"],
Expand Down

0 comments on commit f72b344

Please sign in to comment.