Changeset 70 for trunk/src/python


Ignore:
Timestamp:
Sep 27, 2005, 8:46:11 AM (19 years ago)
Author:
dkearney
Message:

adding python RpUnits as a module under Rappture so it can be called as Rappture.Units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python/PyRpUnits_setup.py

    r68 r70  
    1313#                   sources = [  'PyRpUnits.cc' ])
    1414
    15 module = Extension('RpUnits',
     15module = Extension('Rappture.Units',
    1616                   include_dirs = [ '../../include/cee',
    1717                                    '../../include/core'],
     
    2020                                'PyRpUnits.cc' ])
    2121
    22 setup(name="RpUnits",
     22setup(name="Rappture.Units",
    2323      version="0.1",
    2424      description="module for converting Rappture Units",
Note: See TracChangeset for help on using the changeset viewer.