python-setuptools/README.md

7 lines
342 B
Markdown
Raw Normal View History

2024-01-05 16:37:35 +01:00
# python-setuptools
setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
This package contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py.