source:
trunk/python/setup.py
@
2
Last change on this file since 2 was 1, checked in by mmc, 20 years ago | |
---|---|
File size: 219 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'], |
7 | ) |
Note: See TracBrowser
for help on using the repository browser.