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 5bdeb4a commit 2bf1f85Copy full SHA for 2bf1f85
setup.py
@@ -78,18 +78,6 @@
78
setup_requires=["setuptools_scm"],
79
include_package_data=True, # We need this to include static assets (images)
80
package_data={
81
- "torch_concepts.assets": ["*"],
+ "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