We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15de7e commit 6bd5786Copy full SHA for 6bd5786
ezvis3d/__meta__.py
@@ -2,7 +2,7 @@
2
__name__ = 'ezvis3d'
3
name_url = __name__.replace('_', '-')
4
5
-__version__ = '0.2.4'
+__version__ = '0.2.5'
6
__description__ = 'easy vis.js Graph3d js library wrapper, accessible from pandas dataframes in the IPython notebook'
7
__long_description__ = 'See github repo'
8
__author__ = 'oscar6echo'
setup.py
@@ -60,5 +60,7 @@
60
packages=packages,
61
install_requires=install_requires,
62
include_package_data=include_package_data,
63
- package_data=package_data
+ package_data=package_data,
64
+ zip_safe=zip_safe,
65
+ entry_points=entry_points
66
)
0 commit comments