Skip to content

[Docs] Replacement for distutils.command.install_data ? #4070

@Avasam

Description

@Avasam

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

No one assigned

    Labels

    Needs TriageIssues that need to be evaluated for severity and status.documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions