Skip to content

Commit 8cc7031

Browse files
committed
Remove residual mention of TODO file, which no longer exists.
1 parent 5cefa83 commit 8cc7031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include CHANGELOG INSTALL
2-
include TODO CONTRIBUTING.md
2+
include CONTRIBUTING.md
33
include Makefile MANIFEST.in
44
include matplotlibrc.template setup.cfg.template
55
include setupext.py setup.py distribute_setup.py

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PYTHON = `which python`
44
VERSION = `${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

@@ -49,6 +49,6 @@ test:
4949

5050

5151
test-coverage:
52-
${PYTHON} tests.py --with-coverage --cover-package=matplotlib
52+
${PYTHON} tests.py --with-coverage --cover-package=matplotlib
5353

5454

0 commit comments

Comments
 (0)