mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 14:10:30 +00:00
Add py.typed to package_data (#2683)
As is described in https://peps.python.org/pep-0561/#packaging-type-information
This commit is contained in:
committed by
GitHub
parent
6f1ec7cc1b
commit
25f80c4bb0
1
setup.py
1
setup.py
@@ -58,6 +58,7 @@ setup(
|
|||||||
"envs/classic_control/assets/*.png",
|
"envs/classic_control/assets/*.png",
|
||||||
"envs/toy_text/font/*.ttf",
|
"envs/toy_text/font/*.ttf",
|
||||||
"envs/toy_text/img/*.png",
|
"envs/toy_text/img/*.png",
|
||||||
|
"py.typed",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
tests_require=["pytest", "mock"],
|
tests_require=["pytest", "mock"],
|
||||||
|
Reference in New Issue
Block a user