installer.cfg 332 B

12345678910111213141516171819202122
  1. [Application]
  2. name=hello-pygi
  3. version=1.0
  4. entry_point=pygi_test:main
  5. extra_preamble=gnome_preamble.py
  6. [Python]
  7. version=3.6.3
  8. bitness=64
  9. [Include]
  10. pypi_wheels = numpy==1.13.3
  11. matplotlib==2.1.0
  12. six==1.11.0
  13. python-dateutil==2.6.1
  14. pyparsing==2.2.0
  15. packages=gi
  16. cairo
  17. #dbus # needed?
  18. gnome
  19. pygtkcompat