-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.documentation
Description
Summary
I'm looking into progressively migrating distutil
usage in pywin32 (mhammond/pywin32#2119), where distutils.command.install_data.install_data
is used.
https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html#prefer-setuptools and https://peps.python.org/pep-0632/#migration-advice mention that distutils.command.*
should be replaced by setuptools.command.*
. However, setuptools.command.install_data
does not exist. I searched the documentation for install_data
and could not find any deprecation or migration mention.
OS / Environment
Windows 10
Python 3.9
setuptools 68.2.2
Additional Information
Document a migration path for distutils.command.install_data
Code of Conduct
- I agree to follow the PSF Code of Conduct
Metadata
Metadata
Assignees
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.documentation