Changeset 261 in tailor for setup.py


Ignore:
Timestamp:
04/19/05 01:38:02 (8 years ago)
Author:
lele@…
Hash name:
20050418233802-97f81-804b674618cc29d90cedb4e4ca8fa81959ba125d
Message:

Integrated monotone support, as contributed by Markus Schiltknecht
Tailor is now able to use monotone as a target repository, but not
yet as a source one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r256 r261  
    44 
    55setup(name='tailor', 
    6     version='devel-2005-02-10', 
     6    version='devel-2005-04-19', 
    77    author='Lele Gaifax', 
    88    author_email='lele@nautilus.homeip.net', 
    99    packages=['vcpx'], 
    1010    scripts=['tailor.py'], 
    11     description='a tool to migrate changesets between CVS, Subversion, and darcs repositories.', 
     11    description='A tool to migrate changesets between CVS, Subversion, darcs and monotone repositories.', 
    1212    long_description="""\ 
    1313This script makes it easier to keep the upstream changes merged in 
Note: See TracChangeset for help on using the changeset viewer.