missing_config_subsection.cfg 375 B

123456789101112131415161718
  1. [Application]
  2. version=1.0
  3. # How to launch the app - this calls the 'main' function from the 'myapp' package:
  4. entry_point=myapp:main
  5. icon=myapp.ico
  6. [Python]
  7. version=3.4.0
  8. [Include]
  9. # Importable packages that your application requires, one per line
  10. packages = requests
  11. bs4
  12. html5lib
  13. # Other files and folders that should be installed
  14. files = LICENSE
  15. data_files/