Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cc7031

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎MANIFEST.in

Copy file name to clipboardExpand all lines: MANIFEST.in
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.