source: trunk/python/setup.py @ 1

Last change on this file since 1 was 1, checked in by mmc, 19 years ago

initial import

File size: 219 bytes
Line 
1from distutils.core import setup
2setup(name='Rappture',
3  version='0.1',
4  description='Rapid Application Infrastructure library for nanoHUB.org',
5  url='http://www.nanohub.org/',
6  py_modules=['Rappture.library'],
7  )
Note: See TracBrowser for help on using the repository browser.