massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / dist_info.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/dist_info.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/dist_info.pyi
new file mode 100644 (file)
index 0000000..aa9d3f4
--- /dev/null
@@ -0,0 +1,10 @@
+from distutils.core import Command
+from typing import Any
+
+class dist_info(Command):
+    description: str
+    user_options: Any
+    egg_base: Any
+    def initialize_options(self) -> None: ...
+    def finalize_options(self) -> None: ...
+    def run(self) -> None: ...