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 36b85e5 commit a6fbd4dCopy full SHA for a6fbd4d
setup.py
@@ -52,6 +52,15 @@
52
},
53
package_dir={"": "./"},
54
packages=setuptools.find_packages(where="./", include=["balrog*"]),
55
+ package_data={
56
+ "balrog": [
57
+ "config/config.yaml",
58
+ "environments/nle/achievements.json",
59
+ "environments/nle/Hack-Regular.ttf",
60
+ "environments/nle/tiles.pkl",
61
+ "environments/nle/Tiles16x16.png",
62
+ ]
63
+ },
64
include_package_data=True,
65
python_requires=">=3.8",
66
)
0 commit comments