installer.cfg 186 B

123456789101112
  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.4.0
  9. [Include]
  10. packages=guessnumber