Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Include _static files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 11, 2016
1 parent 73670bd commit be72212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README.rst
include sphinxnbexamples/_static/*
include sphinx_nbexamples/_static/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def readme():
author_email='philipp.sommer@unil.ch',
license="GPLv2",
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
package_data={'psyplot': ['sphinx_nbexamples/_static/*']},
package_data={'sphinx_nbexamples': ['sphinx_nbexamples/_static/*']},
include_package_data=True,
install_requires=[
'sphinx',
Expand Down

0 comments on commit be72212

Please sign in to comment.