Changeset 70
- Timestamp:
- Sep 27, 2005, 8:46:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/PyRpUnits_setup.py
r68 r70 13 13 # sources = [ 'PyRpUnits.cc' ]) 14 14 15 module = Extension('R pUnits',15 module = Extension('Rappture.Units', 16 16 include_dirs = [ '../../include/cee', 17 17 '../../include/core'], … … 20 20 'PyRpUnits.cc' ]) 21 21 22 setup(name="R pUnits",22 setup(name="Rappture.Units", 23 23 version="0.1", 24 24 description="module for converting Rappture Units",
Note: See TracChangeset
for help on using the changeset viewer.