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 1
1
include CHANGELOG INSTALL
2
- include TODO CONTRIBUTING.md
2
+ include CONTRIBUTING.md
3
3
include Makefile MANIFEST.in
4
4
include matplotlibrc.template setup.cfg.template
5
5
include setupext.py setup.py distribute_setup.py
Original file line number Diff line number Diff line change 3
3
PYTHON = ` which python `
4
4
VERSION = ` ${PYTHON} setup.py --version`
5
5
6
- DISTFILES = API_CHANGES KNOWN_BUGS INSTALL README TODO license \
6
+ DISTFILES = API_CHANGES KNOWN_BUGS INSTALL README license \
7
7
CHANGELOG Makefile INTERACTIVE \
8
8
MANIFEST.in lib lib/matplotlib lib/dateutil lib/pytz examples setup.py
9
9
49
49
50
50
51
51
test-coverage :
52
- ${PYTHON} tests.py --with-coverage --cover-package=matplotlib
52
+ ${PYTHON} tests.py --with-coverage --cover-package=matplotlib
53
53
54
54
You can’t perform that action at this time.
0 commit comments