Browse Source

Add pygame example

Thomas Kluyver 11 years ago
parent
commit
54685b8144
2 changed files with 13 additions and 0 deletions
  1. 1 0
      examples/build_all_examples.py
  2. 12 0
      examples/pygame/installer.cfg

+ 1 - 0
examples/build_all_examples.py

@@ -5,6 +5,7 @@ example_cfgs = [
     'console/installer.cfg',
     'console/installer.cfg',
     'pyqt/installer.cfg',
     'pyqt/installer.cfg',
     'tkinter/installer.cfg',
     'tkinter/installer.cfg',
+    'pygame/installer.cfg',
 ]
 ]
 
 
 examples_dir = os.path.dirname(os.path.abspath(__file__))
 examples_dir = os.path.dirname(os.path.abspath(__file__))

+ 12 - 0
examples/pygame/installer.cfg

@@ -0,0 +1,12 @@
+[Application]
+name=Aliens
+version=1.0
+# The aliens example is shipped with pygame, so there are no other files here.
+entry_point=pygame.examples.aliens:main
+
+[Python]
+version=3.4.0
+bitness=32
+
+[Include]
+packages=pygame