Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781c540 commit b96c4c7Copy full SHA for b96c4c7
2 files changed
MANIFEST.in
@@ -1,5 +1,4 @@
1
include INSTALL.rst README.rst
2
-include pytest.ini
3
include MANIFEST.in
4
include matplotlibrc.template setup.cfg.template
5
include setupext.py setup.py
@@ -20,4 +19,3 @@ recursive-include tools *
20
19
recursive-include tutorials *
21
include versioneer.py
22
include lib/matplotlib/_version.py
23
-include tests.py
sub-wheels/matplotlib.tests/MANIFEST.in
@@ -0,0 +1,4 @@
+include sub-wheels/matplotlib.tests/README.rst
+include sub-wheels/matplotlib.tests/MANIFEST.in
+include pytest.ini
+include tests.py
0 commit comments