mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-19 22:50:29 +08:00
Add install_data in distutils-stubs from setuptools (#12889)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from typing import Final
|
||||
|
||||
__version__: Final[str]
|
||||
@@ -0,0 +1 @@
|
||||
from setuptools._distutils.command.install_data import *
|
||||
Reference in New Issue
Block a user