Last change
on this file since 20 was
9,
checked in by mmc, 20 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
|
Line | |
---|
1 | from distutils.core import setup |
---|
2 | setup(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','Rappture.interface','Rappture.number'], |
---|
7 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.