Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 253eb91

Browse files
committed
Merge pull request matplotlib#2095 from mdboom/manifest-warnings
Remove some warnings from MANIFEST.in. Include the sample-data again
2 parents b196309 + b8765a9 commit 253eb91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
include CHANGELOG INSTALL
2-
include INTERACTIVE TODO CONTRIBUTING.md
3-
include Makefile MANIFEST.in MANIFEST
2+
include TODO CONTRIBUTING.md
3+
include Makefile MANIFEST.in
44
include matplotlibrc.template setup.cfg.template
5-
include setupext.py setup.py setupegg.py distribute_setup.py
5+
include setupext.py setup.py distribute_setup.py
66
include lib/matplotlib/mpl-data/lineprops.glade
77
include lib/matplotlib/mpl-data/matplotlibrc
88
include lib/matplotlib/mpl-data/images/*
99
include lib/matplotlib/mpl-data/fonts/ttf/*
1010
include lib/matplotlib/mpl-data/fonts/pdfcorefonts/*
1111
include lib/matplotlib/mpl-data/fonts/afm/*
12-
recursive-include lib/matplotlib/mpl-data/sample_data/*
12+
recursive-include lib/matplotlib/mpl-data/sample_data *
1313
recursive-include LICENSE *
1414
recursive-include examples *
1515
recursive-include doc *

0 commit comments

Comments
 (0)