valid_config_value_newline.cfg 414 B

123456789101112131415161718192021222324252627282930
  1. [Application]
  2. name = My App
  3. version = 1.0
  4. publisher = Test
  5. entry_point = myapp:main
  6. icon = myapp.ico
  7. [Python]
  8. version = 3.6.0
  9. bitness = 64
  10. format = bundled
  11. include_msvcrt = True
  12. [Build]
  13. directory = build/
  14. nsi_template= template.nsi
  15. [Include]
  16. packages =
  17. requests
  18. bs4
  19. pypi_wheels=
  20. html5lib
  21. exclude=
  22. something
  23. # Other files and folders that should be installed
  24. files =
  25. LICENSE
  26. data_files/