source: package_tags/sipb-xen-database/10.26.1/setup.py @ 1015

Last change on this file since 1015 was 69, checked in by nelhage, 17 years ago

Adding glue to build python packages

File size: 132 bytes
Line 
1from distutils.core import setup
2setup(name='sipb_xen_database',
3      version='0.1',
4      packages=['sipb_xen_database'],
5      )
Note: See TracBrowser for help on using the repository browser.