source: trunk/pyregfi-distutils.py @ 212

Last change on this file since 212 was 212, checked in by tim, 13 years ago

fixed python2 compatbility problems in pyregfi
added better install scripts for both python2 and python3

File size: 172 bytes
Line 
1# Called from scons with appropriate python version
2
3from distutils.core import setup
4setup(name='pyregfi', version='0.1', package_dir={'':'python'}, packages=['pyregfi'])
Note: See TracBrowser for help on using the repository browser.