installer.cfg 369 B

12345678910111213141516171819
  1. [Application]
  2. name=Sample printer
  3. version=1.0
  4. entry_point=sample_printer:main
  5. # We need to set this to get a console:
  6. console=true
  7. [Python]
  8. version=3.8.3
  9. bitness=64
  10. format=bundled
  11. [Include]
  12. packages=sample_printer
  13. # This optional section adds a command which can be run from the Windows
  14. # command prompt.
  15. [Command pynsist-test-print]
  16. entry_point=sample_printer:main