Skip to content

Commit

Permalink
added js-files to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Oct 16, 2018
1 parent a16279d commit 4b30185
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
include MANIFEST.in
include LICENSE
include setup.py
include README.md
include tacoma/resources/*
include tacoma/interactive/*
include tacoma/interactive/css/*
include tacoma/interactive/custom_js/*
include tacoma/interactive/img/*
include tacoma/interactive/widget_js/*
2 changes: 1 addition & 1 deletion tacoma/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contains a bunch of information about this package
"""

__version__ = "0.1.1"
__version__ = "0.1.3"

__author__ = "Benjamin F. Maier"
__copyright__ = "Copyright 2018, Benjamin F. Maier"
Expand Down

0 comments on commit 4b30185

Please sign in to comment.