source: trunk/python/setup.py @ 9

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

Massive changes across the entire toolkit. Rearranged the
XML description to agree better with new documentation and
conventions.

Added a small start of Rappture.interface and Rappture.number
in the python directory. This is the new way of doing Rappture--
by declaring variables directly in the program, not using XML
directly at all.

File size: 258 bytes
RevLine 
[1]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/',
[9]6  py_modules=['Rappture.library','Rappture.interface','Rappture.number'],
[1]7  )
Note: See TracBrowser for help on using the repository browser.