Skip to content

Commit 6bd5786

Browse files
committed
Fine tune setup
1 parent a15de7e commit 6bd5786

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ezvis3d/__meta__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__name__ = 'ezvis3d'
33
name_url = __name__.replace('_', '-')
44

5-
__version__ = '0.2.4'
5+
__version__ = '0.2.5'
66
__description__ = 'easy vis.js Graph3d js library wrapper, accessible from pandas dataframes in the IPython notebook'
77
__long_description__ = 'See github repo'
88
__author__ = 'oscar6echo'

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@
6060
packages=packages,
6161
install_requires=install_requires,
6262
include_package_data=include_package_data,
63-
package_data=package_data
63+
package_data=package_data,
64+
zip_safe=zip_safe,
65+
entry_points=entry_points
6466
)

0 commit comments

Comments
 (0)