mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
715ab8b96a
So seamless.
27 lines
544 B
Plaintext
27 lines
544 B
Plaintext
Welcome to Setuptools' documentation!
|
|
=====================================
|
|
|
|
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
|
|
|
|
Documentation content:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
roadmap
|
|
python3
|
|
using
|
|
setuptools
|
|
easy_install
|
|
pkg_resources
|
|
development
|
|
merge
|