installer.cfg 245 B

12345678910111213
  1. [Application]
  2. name=Aliens
  3. version=1.0
  4. # The aliens example is shipped with pygame, so there are no other files here.
  5. entry_point=pygame.examples.aliens:main
  6. [Python]
  7. version=3.5.2
  8. bitness=32
  9. format=bundled
  10. [Include]
  11. pypi_wheels= pygame==1.9.2