source: trunk/pyregfi-distutils.py @ 262

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

switched to %XX encoding in command line tool output

fixed limitation with NULL/None/(default) value name lookups

corrected an nttime bug

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