Changeset 1593 in tailor for setup.py


Ignore:
Timestamp:
06/01/08 03:46:52 (5 years ago)
Author:
lele@…
Hash name:
20080601014652-97f81-f2297e0c8812fecf9cc2a22049563b2ac82bec24
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r1592 r1593  
    33from os import walk 
    44try: 
    5         from setuptools import setup 
     5        from setuptools import setup 
    66except ImportError: 
    7         from distutils.core import setup 
     7        from distutils.core import setup 
    88from vcpx.tailor import __version__ as VERSION 
    99 
     
    1919      long_description="""\ 
    2020With its ability to "translate the history" from one VCS kind to another, 
    21 this script makes it easier to keep the upstream changes merged in 
     21this tool makes it easier to keep the upstream changes merged in 
    2222a own branch of a product. 
    2323 
Note: See TracChangeset for help on using the changeset viewer.