Show
Ignore:
Timestamp:
01/26/03 20:56:14 (6 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBRapier/RBRapier/__init__.py

    r337 r423  
    2020##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    2121 
     22"""RBRapier Components""" 
    2223 
     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