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 3994a56 commit 5bdeb4aCopy full SHA for 5bdeb4a
setup.py
@@ -79,5 +79,17 @@
79
include_package_data=True, # We need this to include static assets (images)
80
package_data={
81
"torch_concepts.assets": ["*"],
82
- }
+ },
83
+ data_files=[
84
+ (
85
+ "torch_concepts/assets",
86
+ [
87
+ "torch_concepts/assets/ambulance.png",
88
+ "torch_concepts/assets/lights.png",
89
+ "torch_concepts/assets/single_lane_road_intersection.png",
90
+ "torch_concepts/assets/white_black_car.png",
91
+ "torch_concepts/assets/white_car.png",
92
+ ]
93
+ ),
94
+ ],
95
)
0 commit comments