Browse Source

Use Windows wheels from PyPI for pygame example

Thomas Kluyver 8 years ago
parent
commit
a8986a21e5
2 changed files with 9 additions and 9 deletions
  1. 6 7
      examples/pygame/README
  2. 3 2
      examples/pygame/installer.cfg

+ 6 - 7
examples/pygame/README

@@ -1,9 +1,8 @@
-This is an example that uses binary packages.
+This is an example of distributing an application that uses Pygame.
 
-To make the installer on a non-Windows system, download the pygame installer
-for 32-bit Python 3.4 (win32-py3.4) from here:
-http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
+To build the installer, run:
 
-Open it up with an archive tool, and extract the pygame folder from PLATLIB.
-Place it in a folder called pynsist_pkgs, and pynsist will use it in preference
-to the files it finds on your system.
+    pynsist installer.cfg
+
+The *aliens* game is an example included with Pygame itself, so there's no code
+here! Other examples show how to distribute application code.

+ 3 - 2
examples/pygame/installer.cfg

@@ -5,8 +5,9 @@ version=1.0
 entry_point=pygame.examples.aliens:main
 
 [Python]
-version=3.4.0
+version=3.5.2
 bitness=32
+format=bundled
 
 [Include]
-packages=pygame
+pypi_wheels= pygame==1.9.2b1