Changeset 423 for trunk/RBRapier/RBRapier/__init__.py
- Timestamp:
- 01/26/03 20:56:14 (6 years ago)
- Files:
-
- trunk/RBRapier/RBRapier/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RBRapier/RBRapier/__init__.py
r337 r423 20 20 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 21 22 """RBRapier Components""" 22 23 24 __version__ = '0.1.0' 25 __license__ = 'BSD-style (See LICENSE)' 26 __platforms__ ='Windows', 27 __author__ = 'Shane Holloway' 28 __author_email__ = 'shane.holloway@runeblade.com' 29 __url__ = 'http://www.runeblade.com/' 30 __keywords__ = ['OpenGL', 'PyOpenGL', 'PIL'] 31 __packages__ = ['RBRapier', 32 'RBRapier.Models', 33 'RBRapier.Formats', 34 'RBRapier.Renderer', 35 'RBRapier.Tools', 36 ] 37
