Changeset 9 for trunk/python/setup.py


Ignore:
Timestamp:
Apr 19, 2005, 8:06:13 PM (19 years ago)
Author:
mmc
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/setup.py

    r1 r9  
    44  description='Rapid Application Infrastructure library for nanoHUB.org',
    55  url='http://www.nanohub.org/',
    6   py_modules=['Rappture.library'],
     6  py_modules=['Rappture.library','Rappture.interface','Rappture.number'],
    77  )
Note: See TracChangeset for help on using the changeset viewer.