source:
trunk/pyregfi-distutils.py
@
248
Last change on this file since 248 was 212, checked in by , 14 years ago | |
---|---|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[212] | 1 | # Called from scons with appropriate python version |
2 | ||
3 | from distutils.core import setup | |
4 | setup(name='pyregfi', version='0.1', package_dir={'':'python'}, packages=['pyregfi']) |
Note: See TracBrowser
for help on using the repository browser.