1
0

installer.cfg 190 B

1234567891011121314
  1. [Application]
  2. name=Camera App (PyQt5)
  3. version=1.0
  4. entry_point=app.main:main
  5. [Python]
  6. version=3.5.1
  7. bitness=64
  8. format=bundled
  9. [Include]
  10. packages=app
  11. pypi_wheels= PyQt5==5.7
  12. sip==4.18.1