We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6948d61 + 4f9b8b0 commit d9e62d0Copy full SHA for d9e62d0
setup.py
@@ -92,7 +92,8 @@
92
data_files=[('data', ['shapash/data/house_prices_dataset.csv']),
93
('data', ['shapash/data/house_prices_labels.json']),
94
('data', ['shapash/data/titanicdata.csv']),
95
- ('data', ['shapash/data/titaniclabels.json'])],
+ ('data', ['shapash/data/titaniclabels.json']),
96
+ ('style', ['shapash/style/colors.json'])],
97
include_package_data=True,
98
setup_requires=setup_requirements,
99
test_suite='tests',
0 commit comments