File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Copyright (C) 2003 <[email protected] >33# $Header$
44# $Log$
5+ # Revision 1.16 2004/01/30 19:58:53 jdh2358
6+ # update...
7+ #
58# Revision 1.15 2004/01/30 18:20:55 jdh2358
69# renamed backend_gtk2 to backend_gtkgd
710#
@@ -57,23 +60,25 @@ DISTFILES = API_CHANGES KNOWN_BUGS INSTALL README TODO LICENSE \
5760 MANIFEST.in matplotlib examples setup.py
5861
5962MODULES = \
60- matplotlib.afm \
61- matplotlib.axis \
62- matplotlib.axes \
6363 matplotlib.artist \
64+ matplotlib.axes \
65+ matplotlib.axis \
6466 matplotlib.backend_bases \
67+ matplotlib.backends.backend_gd \
68+ matplotlib.backends.backend_gtk \
69+ matplotlib.backends.backend_gtkgd \
70+ matplotlib.backends.backend_ps \
71+ matplotlib.backends.backend_template \
6572 matplotlib.cbook \
73+ matplotlib.figure \
6674 matplotlib.legend \
6775 matplotlib.lines \
68- matplotlib.patches \
6976 matplotlib.matlab \
7077 matplotlib.mlab \
78+ matplotlib.patches \
7179 matplotlib.text \
7280 matplotlib.transforms \
73- matplotlib.backends.backend_gtk \
74- matplotlib.backends.backend_gd \
75- matplotlib.backends.backend_ps \
76- matplotlib.backends.backend_template \
81+ matplotlib.afm \
7782 matplotlib.backends.backend_wx
7883
7984RELEASE = matplotlib-${VERSION}
You can’t perform that action at this time.
0 commit comments