from distutils.core import setup setup(name='Rappture', version='0.1', description='Rapid Application Infrastructure library for nanoHUB.org', url='http://www.nanohub.org/', py_modules=['Rappture.library','Rappture.interface','Rappture.number','Rappture.result'], )