blob: b9a79647664f63aa077ab7d658e4a781cb82c742 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Documentation
=============
Setuptools is a fully-featured, actively-maintained, and stable library
designed to facilitate packaging Python projects.
Documentation content:
.. toctree::
:maxdepth: 1
User guide <userguide/index>
build_meta
pkg_resources
references/keywords
roadmap
setuptools
Development guide <development/index>
Backward compatibility & deprecated practice <deprecated/index>
Changelog <history>
|