invalid_config_key.cfg 408 B

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