@@ -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__))
@@ -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