Skip to content

Commit

Permalink
Add py.typed file and distribute it upon installation
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed Jul 7, 2022
1 parent 5bca2d7 commit 15013a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added can/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"": ["README.rst", "CONTRIBUTORS.txt", "LICENSE.txt", "CHANGELOG.md"],
"doc": ["*.*"],
"examples": ["*.py"],
"can": ["py.typed"],
},
# Installation
# see https://www.python.org/dev/peps/pep-0345/#version-specifiers
Expand Down

0 comments on commit 15013a6

Please sign in to comment.