Changeset 1250 in tailor
- Timestamp:
- 08/16/06 21:35:34 (7 years ago)
- Hash name:
- 20060816193534-97f81-e76226912dbff922a9ffddca98de4a4e1bcebc31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r1192 r1250 1 1 #!/usr/bin/env python 2 2 3 from os import walk 3 4 from distutils.core import setup 4 5 from vcpx.tailor import __version__ as VERSION … … 8 9 author='Lele Gaifax', 9 10 author_email='lele@nautilus.homeip.net', 10 packages=['vcpx', 'vcpx.repository'], 11 packages=[dirpath for dirpath, dirnames, filenames in walk('vcpx') 12 if dirpath <> 'vcpx/tests' and '__init__.py' in filenames], 11 13 scripts=['tailor'], 12 14 description='A tool to migrate changesets between various kinds of '
Note: See TracChangeset
for help on using the changeset viewer.
