pysetup

Add a ‘setup.py’ to your package to make it compliant with setuptools. This will allow an easy distribution of your package. Since this option requires most basic options, it’s a good proxy to add to a newly created package to avoid multiple ‘manage add opt’ commands.

Quick setup:

(dvlpt)$ pmg add pysetup
> intended versions [27]:
...
(dvlpt)$ pmg regenerate

Modifications

.
|
+-MANIFEST.in
|
+-dvlpt_requirements.txt
|
+-requirements.txt
|
+-setup.cfg
|
+-setup.py