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:
Michael Joseph Rosenthal
2022-03-11 11:15:26 -06:00
committed by GitHub
parent 6f1ec7cc1b
commit 25f80c4bb0

View File

@@ -58,6 +58,7 @@ setup(
"envs/classic_control/assets/*.png",
"envs/toy_text/font/*.ttf",
"envs/toy_text/img/*.png",
"py.typed",
]
},
tests_require=["pytest", "mock"],