Skip to content

Commit 5beba6c

Browse files
committed
Add py.typed to ale-py
1 parent 18d79d3 commit 5beba6c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ packages = [
6565
"gym.envs.atari"
6666
]
6767
package-dir = {ale_py = "src/python", gym = "src/gym"}
68-
package-data = {"ale_py.roms" = ["*.bin"]}
68+
package-data = {"ale_py" = ["py.typed"], "ale_py.roms" = ["*.bin"]}
6969

7070
[tool.pytest.ini_options]
7171
minversion = "7.0"

src/python/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)