= !SetupTools = [http://peak.telecommunity.com/DevCenter/setuptools setuptools] is a package aiming at building better Python packages, namely Python "eggs". Trac support [TracPlugins plugins] packaged as eggs, since [milestone:0.9]. Trac itself can be packaged using setuptools (and use it to specify its dependencies) starting with [milestone:0.11]. To check the version of any Python package including setuptools type: {{{ #!sh $ python Python 2.3.5 >>> import setuptools >>> setuptools.__version__ '0.7a1' }}} Easy packages for setuptools can be found on [http://pypi.python.org/pypi/setuptools/ Python Package Index]. ---- See also: TracDev/Proposals/Setuptools, [source:sandbox/setuptools]