1. 16 May, 2018 3 commits
    • Ian Wienand's avatar
      Allow setting long_description_content_type externally · 07cd2e4e
      Ian Wienand authored
      Some tools, such as PBR, might want to set
      long_description_content_type during the parent object's
      Distribution.__init__() call (during distutils setup_keywords entry
      points).  However, that field is currently unconditionally overwritten
      after these calls, erasing the value.
      
      We would rather not duplicate the existing method of copying into
      dist.metadata as done with project_urls.
      
      This preserves the fields within Distribution.metadata described by
      self._DISTUTIULS_UNUPPORTED_METADATA, or otherwise takes it from
      arguments.
      
      A test case that simulates setting the long description and overriding
      the arguments is added.
      07cd2e4e
    • Jason R. Coombs's avatar
      Merge pull request #1367 from jmbowman/jmbowman/doc_previews · 1252d1b3
      Jason R. Coombs authored
      Generate doc previews for pull requests
      1252d1b3
    • Jeremy Bowman's avatar
      Generate doc previews for pull requests · 7326ff2a
      Jeremy Bowman authored
      7326ff2a
  2. 15 May, 2018 10 commits
  3. 14 May, 2018 13 commits
  4. 01 May, 2018 2 commits
  5. 28 Apr, 2018 3 commits
  6. 26 Apr, 2018 2 commits
  7. 25 Apr, 2018 2 commits
  8. 20 Apr, 2018 1 commit
  9. 18 Apr, 2018 1 commit
  10. 12 Apr, 2018 2 commits
  11. 09 Apr, 2018 1 commit