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.10 2003/11/14 00:07:29 jdh2358
6+ # added log transforms to new API
7+ #
58# Revision 1.9 2003/11/06 23:09:53 jdh2358
69# fixed some problems with the file release system
710#
@@ -39,7 +42,9 @@ MODULES = matplotlib.afm matplotlib.axes matplotlib.artist \
3942 matplotlib.backend_bases matplotlib.cbook matplotlib.lines \
4043 matplotlib.patches matplotlib.matlab matplotlib.mlab \
4144 matplotlib.backends.backend_gtk matplotlib.backends.backend_gd \
42- matplotlib.backends.backend_ps matplotlib.backends.backend_template
45+ matplotlib.backends.backend_ps matplotlib.backends.backend_template \
46+ matplotlib.backends.backend_wx
47+
4348RELEASE = matplotlib-${VERSION}
4449
4550
@@ -66,3 +71,6 @@ release: ${DISTFILES}
6671 ${PYTHON} setup.py sdist --formats=gztar,zip; \
6772 ${PYTHON} setup.py bdist_wininst;
6873
74+
75+ pyback :
76+ tar cvfz pyback.tar.gz * .py matplotlib/* .py examples/* .py matplotlib/backends/* .py unit/* .py
You can’t perform that action at this time.
0 commit comments