Skip to content

Commit

Permalink
Fine tune setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar6echo committed May 2, 2018
1 parent a15de7e commit 6bd5786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ezvis3d/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__name__ = 'ezvis3d'
name_url = __name__.replace('_', '-')

__version__ = '0.2.4'
__version__ = '0.2.5'
__description__ = 'easy vis.js Graph3d js library wrapper, accessible from pandas dataframes in the IPython notebook'
__long_description__ = 'See github repo'
__author__ = 'oscar6echo'
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@
packages=packages,
install_requires=install_requires,
include_package_data=include_package_data,
package_data=package_data
package_data=package_data,
zip_safe=zip_safe,
entry_points=entry_points
)

0 comments on commit 6bd5786

Please sign in to comment.