Metadata-Version: 1.1
Name: robogame_engine
Version: 0.8.0
Summary: The package allows you to create RoboGames.
Home-page: https://github.com/suguby/robogame_engine
Author: Shandrinov Vadim
Author-email: suguby@gmail.com
License: BSD License
Description: =====
        Robo Game Engine
        =====
        
        The package allows you to create RoboGames.
        
        For use pygame in virtualenvs with debian-like packages
        use follow steps:
        1. sudo apt-get install python-pygame
        2. virtualenv --system-site-packages <path-to-env>
              or
           mkvirtualenv --system-site-packages <env-name>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
