File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ examples/wx_demo.py
4545examples/xyerrorbar.py
4646examples/data/AAPL.dat
4747examples/data/INTC.dat
48+ examples/data/README
4849examples/data/eeg.dat
50+ examples/data/s1045.ima
4951fonts/afm/pagd8a.afm
5052fonts/afm/pagdo8a.afm
5153fonts/afm/pagk8a.afm
Original file line number Diff line number Diff line change 11include CHANGELOG GOALS INSTALL INTERACTIVE LICENSE Makefile TODO MANIFEST.in
22include examples/README
3- recursive-include examples *.py *.dat
3+ include examples/*.py
4+ include examples/data/*
45include fonts/afm/*
56include fonts/ttf/*
67include images/*
Original file line number Diff line number Diff line change 99data .extend (glob .glob ('images/*.xpm' ))
1010
1111setup (name = "matplotlib" ,
12- version = '0.40b ' ,
12+ version = '0.40c ' ,
1313 description = "Matlab style python plotting package" ,
1414 author = "John D. Hunter" ,
1515
You can’t perform that action at this time.
0 commit comments