#!/usr/bin/env python from distutils.core import setup setup(name='Stopwatch Logger', version='0.1.0', description='Multi-laptimer Stopwatch', author='George F. Rice', author_email='stopwatch@DrGeorge.org', url='http://swlogger.sourceforge.net/', license='Gnu GPL 2 or later', # platform=['Windows','Linux','Macintosh'], py_modules=['swgui','swtx','GTKStopwatch','Stopwatch'], data_files=[('', ['gpl.txt', 'manual.txt', 'manual.html', 'icon.png'])], )