123456789101112131415161718192021222324252627282930 |
- [Application]
- name = My App
- version = 1.0
- publisher = Test
- entry_point = myapp:main
- icon = myapp.ico
- [Python]
- version = 3.6.0
- bitness = 64
- format = bundled
- include_msvcrt = True
- [Build]
- directory = build/
- nsi_template= template.nsi
- [Include]
- packages =
- requests
- bs4
- pypi_wheels=
- html5lib
- exclude=
- something
- # Other files and folders that should be installed
- files =
- LICENSE
- data_files/
|