File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11include CHANGELOG INSTALL
2- include TODO CONTRIBUTING.md
2+ include CONTRIBUTING.md
33include Makefile MANIFEST.in
44include matplotlibrc.template setup.cfg.template
55include setupext.py setup.py distribute_setup.py
Original file line number Diff line number Diff line change 33PYTHON = ` which python `
44VERSION = ` ${PYTHON} setup.py --version`
55
6- DISTFILES = API_CHANGES KNOWN_BUGS INSTALL README TODO license \
6+ DISTFILES = API_CHANGES KNOWN_BUGS INSTALL README license \
77 CHANGELOG Makefile INTERACTIVE \
88 MANIFEST.in lib lib/matplotlib lib/dateutil lib/pytz examples setup.py
99
4949
5050
5151test-coverage :
52- ${PYTHON} tests.py --with-coverage --cover-package=matplotlib
52+ ${PYTHON} tests.py --with-coverage --cover-package=matplotlib
5353
5454
You can’t perform that action at this time.
0 commit comments