source: trunk/packages/sipb-xen-database/sipb-xen-database/setup.py @ 69

Last change on this file since 69 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.