We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c16d89 commit 345dfa0Copy full SHA for 345dfa0
.gitignore
@@ -5,7 +5,6 @@
5
*.dll
6
*.so
7
*.dylib
8
-py.typed
9
10
/build
11
/dist
commands2/py.typed
setup.py
@@ -10,6 +10,7 @@
author_email="robotpy@googlegroups.com",
description="WPILib command framework v2",
12
url="https://github.com/robotpy/robotpy-commands-v2",
13
+ package_data={"commands2": ["py.typed"]},
14
packages=["commands2"],
15
install_requires=[
16
"wpilib<2025,>=2024.2.1.2",
0 commit comments