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 75275b1 commit 16c75adCopy full SHA for 16c75ad
setup.py
@@ -228,8 +228,9 @@ def make_release_tree(self, base_dir, files):
228
update_matplotlibrc(
229
Path(base_dir, "lib/matplotlib/mpl-data/matplotlibrc"))
230
231
-
232
-package_data = {} # Will be filled below by the various components.
+# Start with type hint data
+# Will be further filled below by the various components.
233
+package_data = {"matplotlib": ["py.typed", "**/*.pyi"]}
234
235
# If the user just queries for information, don't bother figuring out which
236
# packages to build or install.
0 commit comments