Skip to content

Commit 345dfa0

Browse files
authored
Improve typing support by adding a py.typed marker (#57)
1 parent 8c16d89 commit 345dfa0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*.dll
66
*.so
77
*.dylib
8-
py.typed
98

109
/build
1110
/dist

commands2/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
author_email="robotpy@googlegroups.com",
1111
description="WPILib command framework v2",
1212
url="https://github.com/robotpy/robotpy-commands-v2",
13+
package_data={"commands2": ["py.typed"]},
1314
packages=["commands2"],
1415
install_requires=[
1516
"wpilib<2025,>=2024.2.1.2",

0 commit comments

Comments
 (0)