blob: 56d7f5d82a6d6574223de81b6808b269ccd8d226 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Setuptools is a fully-featured, actively-maintained, and stable library
designed to facilitate packaging Python projects, where packaging includes:
- Python package and module definitions
- Distribution package metadata
- Test hooks
- Project installation
- Platform-specific details
- Python 3 support
|