Skip to content

Commit b68a81d

Browse files
committed
added css/ to package_data
1 parent 2ddc0f6 commit b68a81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
'nbformat',
3131
],
3232
python_requires = '>= 3.5',
33-
package_data={'jupyter_sphinx': ['thebelab/*']},
33+
package_data={'jupyter_sphinx': ['thebelab/*', 'css/*']},
3434
)

0 commit comments

Comments
 (0)