12345678910111213141516171819 |
- [Application]
- name=Sample printer
- version=1.0
- entry_point=sample_printer:main
- # We need to set this to get a console:
- console=true
- [Python]
- version=3.8.3
- bitness=64
- format=bundled
- [Include]
- packages=sample_printer
- # This optional section adds a command which can be run from the Windows
- # command prompt.
- [Command pynsist-test-print]
- entry_point=sample_printer:main
|