1. 05 Apr, 2019 1 commit
  2. 26 Feb, 2019 2 commits
  3. 23 Feb, 2019 4 commits
  4. 22 Feb, 2019 1 commit
  5. 17 Feb, 2019 3 commits
  6. 13 Feb, 2019 1 commit
  7. 12 Feb, 2019 1 commit
    • Pradyun Gedam's avatar
      Update badges in README · 3963268b
      Pradyun Gedam authored
      * Consistent Styling
      * Add Logos of CI services
      * Shorten CI badge labels
      * Reorder for better wrapping
      3963268b
  8. 08 Feb, 2019 1 commit
  9. 07 Feb, 2019 2 commits
  10. 05 Feb, 2019 5 commits
  11. 03 Feb, 2019 17 commits
  12. 01 Feb, 2019 2 commits
    • Paul Ganssle's avatar
      Merge pull request #1669 from pganssle/drop_build_system · 92cf661c
      Paul Ganssle authored
      Drop build-backend from pyproject.toml
      92cf661c
    • Paul Ganssle's avatar
      Drop build-backend from pyproject.toml · d012529d
      Paul Ganssle authored
      Because we do not include setuptools in our build requirements and there
      is no mechanism for a PEP 517 backend to bootstrap itself, setuptools
      cannot use setuptools.build_meta as its backend, and cannot use PEP 517
      to build itself.
      
      Additionally, if you specify build-backend, it is impossible to disable
      PEP 517 builds with pip's --no-use-pep517 flag.
      d012529d