|
Revision 452, 0.5 KB
(checked in by andy, 15 months ago)
|
|
start to clean up the package
|
| Line | |
|---|
| 1 | Welcome to Indytube |
|---|
| 2 | |
|---|
| 3 | --- |
|---|
| 4 | |
|---|
| 5 | This is the top-level of the Indytube backend python egg. |
|---|
| 6 | |
|---|
| 7 | please see |
|---|
| 8 | http://plumi.org/wiki/IndyTube |
|---|
| 9 | for a comprehensive overview of the Indytube architecture. |
|---|
| 10 | |
|---|
| 11 | A quick how to: |
|---|
| 12 | |
|---|
| 13 | Creating a source distribution: |
|---|
| 14 | python setup.py sdist |
|---|
| 15 | |
|---|
| 16 | Creating a binary distrubtion: |
|---|
| 17 | python setup.py bdist_egg |
|---|
| 18 | |
|---|
| 19 | Clean all: |
|---|
| 20 | python setup.py clean --all |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | --- |
|---|
| 24 | Egg construction done on 14/oct/07 |
|---|
| 25 | Napoli, Italia - plone conference 2007 |
|---|
| 26 | |
|---|
| 27 | --- |
|---|
| 28 | copyright by Andrew Nicholson, 2007 |
|---|
| 29 | andy@engagemedia.org |
|---|
| 30 | GPLv2 or later, see LICENSE |
|---|