Skip to content

Commit 25f80c4

Browse files
authored
Add py.typed to package_data (#2683)
As is described in https://peps.python.org/pep-0561/#packaging-type-information
1 parent 6f1ec7c commit 25f80c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"envs/classic_control/assets/*.png",
5959
"envs/toy_text/font/*.ttf",
6060
"envs/toy_text/img/*.png",
61+
"py.typed",
6162
]
6263
},
6364
tests_require=["pytest", "mock"],

0 commit comments

Comments
 (0)