1. 22 Jul, 2018 1 commit
  2. 18 Jul, 2018 1 commit
  3. 08 Jul, 2018 3 commits
  4. 26 Jun, 2018 2 commits
  5. 03 Jun, 2018 1 commit
  6. 27 May, 2018 4 commits
  7. 21 May, 2018 1 commit
  8. 18 May, 2018 3 commits
  9. 03 May, 2018 3 commits
  10. 01 May, 2018 3 commits
  11. 26 Apr, 2018 1 commit
  12. 17 Apr, 2018 3 commits
  13. 13 Apr, 2018 2 commits
  14. 12 Apr, 2018 1 commit
  15. 08 Apr, 2018 2 commits
  16. 06 Apr, 2018 1 commit
  17. 01 Apr, 2018 1 commit
  18. 31 Mar, 2018 3 commits
  19. 30 Mar, 2018 3 commits
  20. 29 Mar, 2018 1 commit
    • Jim Kleckner's avatar
      Add zip_safe=False to userguide setup.py · f4d03b3d
      Jim Kleckner authored
      This adds notes in the documentation to include zip_safe=False when
      using setuptools instead of distutils for setup.py.
      
      Because cimport will not load pxd definitions from a zipped egg file and
      the default format when installing from a source package using
      setuptools and "python setup.py install" is to create a zipped egg,
      including this option will guard against this error when people install
      this way.
      f4d03b3d