#!/usr/bin/env python # Copyright 2005, 2006 by Simon 'corecode' Schubert # # This program is free software under the GNU GPL (>=v2) # Read the file COPYING coming with the software for details. from distutils.core import setup setup( name='cvs20hg', version='0.1', author="Simon 'corecode' Schubert", author_email='corecode@fs.ei.tum.de', license='GNU GPL', packages=['cvstohg'], scripts=['cvs20hg'] )