installer.cfg 265 B

123456789101112131415161718192021
  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.4.3
  8. bitness=64
  9. [Include]
  10. packages=gi
  11. cairo
  12. dbus
  13. gnome
  14. pygtkcompat
  15. numpy
  16. matplotlib
  17. six
  18. dateutil
  19. pyparsing