- Timestamp:
- 06/01/08 03:46:52 (5 years ago)
- Hash name:
- 20080601014652-97f81-f2297e0c8812fecf9cc2a22049563b2ac82bec24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r1592 r1593 3 3 from os import walk 4 4 try: 5 from setuptools import setup5 from setuptools import setup 6 6 except ImportError: 7 from distutils.core import setup7 from distutils.core import setup 8 8 from vcpx.tailor import __version__ as VERSION 9 9 … … 19 19 long_description="""\ 20 20 With its ability to "translate the history" from one VCS kind to another, 21 this scriptmakes it easier to keep the upstream changes merged in21 this tool makes it easier to keep the upstream changes merged in 22 22 a own branch of a product. 23 23
Note: See TracChangeset
for help on using the changeset viewer.
