Activity Team: Difference between revisions
| Line 32: | Line 32: | ||
*[[Activity_Team/Modifing_an_Activity]] | *[[Activity_Team/Modifing_an_Activity]] | ||
===setup.py=== | |||
There is a handy utility that is a standard part of Sugar Activity bundles, setup.py. You should use it to create and update POT files, generate a MANIFEST file and update locale files, and create .xo and .tar files for distribution. | |||
./setup.py genpot | |||
./setup.py fix_manifest | |||
./setup.py dist_xo | |||
./setup.py dist_source | |||
===activities.sugarlabs.org=== | ===activities.sugarlabs.org=== | ||