Skip to content

Commit

Permalink
forgot metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Sep 5, 2022
1 parent 9ae2033 commit 79bffa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions stubs/pyinstaller/METADATA.toml
@@ -0,0 +1,5 @@
version = "5.3.*"
requires = ["types-setuptools"]

[tool.stubtest]
ignore_missing_stub = true
7 changes: 1 addition & 6 deletions stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi
@@ -1,14 +1,9 @@
import sys
from _typeshed import StrOrBytesPath
from collections.abc import Sequence
from importlib.metadata import PackagePath as _PackagePath
from pathlib import Path, PurePath
from typing_extensions import TypedDict

if sys.version_info >= (3, 8):
from importlib.metadata import PackagePath as _PackagePath
else:
from importlib_metadata import PackagePath as _PackagePath

CONDA_ROOT: Path
CONDA_META_DIR: Path
PYTHONPATH_PREFIXES: list[Path]
Expand Down

0 comments on commit 79bffa7

Please sign in to comment.