Ver Fonte

Add pygame example

Thomas Kluyver há 11 anos atrás
pai
commit
54685b8144
2 ficheiros alterados com 13 adições e 0 exclusões
  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',
     'pyqt/installer.cfg',
     'tkinter/installer.cfg',
+    'pygame/installer.cfg',
 ]
 
 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