Add install_data in distutils-stubs from setuptools (#12889)

This commit is contained in:
Avasam
2024-10-24 05:39:08 -04:00
committed by GitHub
parent 27a8967896
commit 78e4e036c4
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from typing import Final
__version__: Final[str]

View File

@@ -0,0 +1 @@
from setuptools._distutils.command.install_data import *