Skip to content

Commit 4f9b8b0

Browse files
committed
add colors json on setup.py
1 parent d619d29 commit 4f9b8b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
data_files=[('data', ['shapash/data/house_prices_dataset.csv']),
9393
('data', ['shapash/data/house_prices_labels.json']),
9494
('data', ['shapash/data/titanicdata.csv']),
95-
('data', ['shapash/data/titaniclabels.json'])],
95+
('data', ['shapash/data/titaniclabels.json']),
96+
('style', ['shapash/style/colors.json'])],
9697
include_package_data=True,
9798
setup_requires=setup_requirements,
9899
test_suite='tests',

0 commit comments

Comments
 (0)