Skip to content

Commit

Permalink
Added MANIFEST and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLvs committed Feb 26, 2019
1 parent 78f390e commit a0cc336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include magics/static/alarm.wav
recursive-include data *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
long_description_content_type="text/markdown",
url="https://github.com/theolvs/jupyter-magics",
packages=setuptools.find_packages(),
package_data={'magics.static': ['*.wav']},
include_package_data=False,
package_data={'': ['*.wav']},
include_package_data=True,
install_requires=[
],
classifiers=(
Expand Down

0 comments on commit a0cc336

Please sign in to comment.