Changeset 1662 for pyromaths/trunk/fuentes/setup.py
- Timestamp:
- May 23, 2016, 2:30:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pyromaths/trunk/fuentes/setup.py
r1588 r1662 71 71 'data/images/whatsthis.png']), 72 72 ('share/pyromaths/templates', glob('data/templates/*.tex')), 73 ('share/ pyromaths/locale/es/LC_MESSAGES', ['data/locale/es/LC_MESSAGES/pyromaths.mo']),74 ('share/ pyromaths/locale/ca_ES@valencia/LC_MESSAGES', ['data/locale/ca_ES@valencia/LC_MESSAGES/pyromaths.mo'])73 ('share/locale/es/LC_MESSAGES', ['data/locale/es/LC_MESSAGES/pyromaths.mo']), 74 ('share/locale/ca_ES@valencia/LC_MESSAGES', ['data/locale/ca_ES@valencia/LC_MESSAGES/pyromaths.mo']) 75 75 # ('share/pyromaths/packages', glob('data/packages/*')) 76 76 ] + \
Note: See TracChangeset
for help on using the changeset viewer.