Skip to content

Commit 2bf1f85

Browse files
committed
Reverting some changes to setup.py.
1 parent 5bdeb4a commit 2bf1f85

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

setup.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,6 @@
7878
setup_requires=["setuptools_scm"],
7979
include_package_data=True, # We need this to include static assets (images)
8080
package_data={
81-
"torch_concepts.assets": ["*"],
81+
"torch_concepts": ["assets/*"],
8282
},
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-
],
9583
)

0 commit comments

Comments
 (0)