aboutsummaryrefslogtreecommitdiff
path: root/docs/userguide/functionalities_rewrite.rst
blob: d0997ca67d0dc8001202626db02ec53d2cfdce27 (plain)
1
2
3
4
5
6
7
8
9
========================================================
Using setuptools to package and distribute your project
========================================================

``setuptools`` offers a variety of functionalities that make it easy to
build and distribute your python package. Here we provide an overview on
the commonly used ones.