@@ -4,7 +4,7 @@
0.1.2 (unreleased)
------------------
-- Nothing changed yet.
+- Added py.typed marker.
0.1.1 (2023-07-31)
@@ -1,6 +1,7 @@
# Include docs in the root.
include *.md
include LICENSE
+include clean_python/py.typed
# Exclude byte-compiled code
global-exclude __pycache__
global-exclude *.py[co]