-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMANIFEST.in
More file actions
13 lines (12 loc) · 938 Bytes
/
MANIFEST.in
File metadata and controls
13 lines (12 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
recursive-include robust_gymnasium/envs/mujoco/assets *.xml *.txt *.csv *.json *.pkl *.npy *.bin *.model *.pt *.onnx
recursive-include robust_gymnasium/envs/classic_control/assets *.png *.txt *.csv *.json *.pkl *.npy *.bin *.model *.pt *.onnx
recursive-include robust_gymnasium/envs/phys2d/assets *.png *.txt *.csv *.json *.pkl *.npy *.bin *.model *.pt *.onnx
recursive-include robust_gymnasium/envs/toy_text/font *.ttf *.txt *.csv *.json *.pkl *.npy *.bin *.model *.pt *.onnx
recursive-include robust_gymnasium/envs/toy_text/img *.png *.txt *.csv *.json *.pkl *.npy *.bin *.model *.pt *.onnx
recursive-include robust_gymnasium/ *.png *.txt *.csv *.json *.pkl *.npy *.bin *.model *.pt *.onnx
include robust_gymnasium/py.typed
include README.md
include LICENSE
recursive-include your_package_name *.py
recursive-include your_package_name *.txt *.csv *.json *.pkl *.npy *.bin *.model *.pt *.onnx
recursive-include your_package_name data/*