File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
+ from setuptools import setup , find_packages
2
3
3
4
exec (open ('plotly/version.py' ).read ())
4
5
@@ -31,15 +32,7 @@ def readme():
31
32
'Topic :: Scientific/Engineering :: Visualization' ,
32
33
],
33
34
license = 'MIT' ,
34
- packages = ['plotly' ,
35
- 'plotly/plotly' ,
36
- 'plotly/plotly/chunked_requests' ,
37
- 'plotly/graph_objs' ,
38
- 'plotly/grid_objs' ,
39
- 'plotly/widgets' ,
40
- 'plotly/matplotlylib' ,
41
- 'plotly/matplotlylib/mplexporter' ,
42
- 'plotly/matplotlylib/mplexporter/renderers' ],
35
+ packages = find_packages (),
43
36
package_data = {'plotly' : ['graph_reference/*.json' , 'widgets/*.js' ]},
44
37
install_requires = ['requests' , 'six' , 'pytz' ],
45
38
extras_require = {"PY2.6" : ['simplejson' , 'ordereddict' ,
You can’t perform that action at this time.
0 commit comments