|
Revision 253, 465 bytes
(checked in by andy, 13 months ago)
|
|
Update the readme for the EGG
Remove the debian .build directory for now, concentrating on the egg process
|
| Line | |
|---|
| 1 | The is the SVN repository for the indytube Egg |
|---|
| 2 | |
|---|
| 3 | http://plumi.org/wiki/TransCoding |
|---|
| 4 | --- |
|---|
| 5 | |
|---|
| 6 | how to: |
|---|
| 7 | |
|---|
| 8 | Creating a source distribution |
|---|
| 9 | python setup.py sdist |
|---|
| 10 | |
|---|
| 11 | Creating a binary distrubtion |
|---|
| 12 | python setup.py bdist |
|---|
| 13 | |
|---|
| 14 | Clean all: |
|---|
| 15 | python setup.py clean --all |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | DONT check into SVN : |
|---|
| 19 | indytube.egg-info |
|---|
| 20 | dist |
|---|
| 21 | build |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | --- |
|---|
| 25 | Egg construction done on 14/oct/07 |
|---|
| 26 | Napoli, Italia - plone conference 2007 |
|---|
| 27 | |
|---|
| 28 | --- |
|---|
| 29 | copyright by Andrew Nicholson, 2007 |
|---|
| 30 | andy@engagemedia.org |
|---|
| 31 | GPLv2 or later, see LICENSE |
|---|