installer.cfg 215 B

1234567891011121314
  1. [Application]
  2. name=Guess the Number
  3. version=1.0
  4. entry_point=guessnumber:main
  5. # We need to set this to get a console:
  6. console=true
  7. [Python]
  8. version=3.5.0rc1
  9. bitness=64
  10. format=bundled
  11. [Include]
  12. packages=guessnumber