installer.cfg 494 B

12345678910111213141516171819
  1. [Application]
  2. name=Pywebview example
  3. version=1.0
  4. entry_point=simple_browser:main
  5. # Yuck, pywin32 stores modules in odd places, so we need this to get them loaded
  6. # correctly
  7. extra_preamble=pywin32_paths.py
  8. [Python]
  9. version=3.5.1
  10. bitness=64
  11. format=bundled
  12. [Include]
  13. # pywin32 should also be included here, but it contains many pieces in odd
  14. # locations, so it's probably not simple. When building from Linux, the
  15. # download.sh script copies the necessary files in.
  16. packages=comtypes
  17. webview