1. 28 7月, 2017 1 次提交
  2. 27 7月, 2017 7 次提交
  3. 22 7月, 2017 1 次提交
  4. 11 7月, 2017 1 次提交
    • Zvezdan Petkovic's avatar
      Use extras_require instead of conditional code. · a7068ad3
      Zvezdan Petkovic 创作于
      Use of extras_require produces correct package metadata for flake8
      regardless of the version of Python the package is built with.
      The conditional code produces different metadata for Python 3 and 2.
      The latest versions of flake8 were released with Python 3 and metadata
      did not contain two dependencies necessary for use with Python 2.7.
      
      See https://gitlab.com/pycqa/flake8/issues/341 for details.
      
      Account for users of setuptools<18 that still need the conditional code.
      a7068ad3
  5. 04 6月, 2017 7 次提交
  6. 03 6月, 2017 1 次提交
  7. 02 6月, 2017 2 次提交
  8. 30 5月, 2017 3 次提交
  9. 28 5月, 2017 6 次提交
  10. 27 5月, 2017 2 次提交
  11. 26 5月, 2017 4 次提交
  12. 22 5月, 2017 1 次提交
  13. 21 5月, 2017 2 次提交
  14. 15 5月, 2017 2 次提交