Skip to content

Commit 3ae0879

Browse files
authored
Add py.typed file and distribute it upon installation (#1344)
1 parent f59fe4f commit 3ae0879

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

can/py.typed

Whitespace-only changes.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"": ["README.rst", "CONTRIBUTORS.txt", "LICENSE.txt", "CHANGELOG.md"],
7979
"doc": ["*.*"],
8080
"examples": ["*.py"],
81+
"can": ["py.typed"],
8182
},
8283
# Installation
8384
# see https://www.python.org/dev/peps/pep-0345/#version-specifiers

0 commit comments

Comments
 (0)