Changeset 253
- Timestamp:
- 10/15/07 00:55:22 (15 months ago)
- Location:
- indytube/trunk
- Files:
-
- 1 removed
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
indytube/trunk/README
r252 r253 1 1 The is the SVN repository for the indytube Egg 2 3 http://plumi.org/wiki/TransCoding 4 --- 5 6 how to: 2 7 3 8 Creating a source distribution 4 9 python setup.py sdist 5 10 11 Creating a binary distrubtion 12 python setup.py bdist 13 14 Clean all: 15 python setup.py clean --all 6 16 7 17 18 DONT check into SVN : 19 indytube.egg-info 20 dist 21 build 8 22 9 23 10 24 --- 11 14/oct/07 25 Egg construction done on 14/oct/07 26 Napoli, Italia - plone conference 2007 27 28 --- 29 copyright by Andrew Nicholson, 2007 12 30 andy@engagemedia.org 31 GPLv2 or later, see LICENSE -
indytube/trunk/setup.cfg
r250 r253 1 1 [egg_info] 2 tag_build = dev3 tag_svn_revision = true2 tag_build = .dev 3 tag_svn_revision = 1
