1. 16 Mar, 2019 1 commit
    • Paul Ganssle's avatar
      Add failing test for setup_requires · 1aa781cd
      Paul Ganssle authored
      Per GH #1682, with setuptools.build_meta we are not properly handling
      the situation where setup_requires is actually a newline-delimited
      string rather than a list, which is supported by setup.py interface.
      
      This adds several failing (and some passing) tests for how
      setup_requires is handled by setuptools.build_meta.
      1aa781cd
  2. 06 Mar, 2019 1 commit
  3. 26 Feb, 2019 1 commit
  4. 23 Feb, 2019 4 commits
  5. 22 Feb, 2019 1 commit
  6. 17 Feb, 2019 3 commits
  7. 13 Feb, 2019 1 commit
  8. 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
  9. 08 Feb, 2019 1 commit
  10. 07 Feb, 2019 2 commits
  11. 05 Feb, 2019 5 commits
  12. 03 Feb, 2019 17 commits
  13. 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