- 16 May, 2018 3 commits
-
-
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.
-
Jason R. Coombs authored
Generate doc previews for pull requests
-
Jeremy Bowman authored
-
- 15 May, 2018 10 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Support loading version from a file
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Pull request template
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Mason Egger authored
Add changelog for PR #1363 (issue #1355)
-
Mason Egger authored
-
Jeremy Bowman authored
-
Paul Ganssle authored
Fix doc build warnings
-
- 14 May, 2018 13 commits
-
-
Paul Ganssle authored
-
Jeremy Bowman authored
-
Paul Ganssle authored
Add configuration for towncrier
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Jason R. Coombs authored
Small fixes to Docs:Developer Guide
-
Miriam Sexton authored
-
Miriam Sexton authored
-
Paul Ganssle authored
Add tox environment for docs
-
Paul Ganssle authored
Add coverage badge to README
-
Matt Layman authored
This shows the coverage of the master branch as measured by Codecov.
-
Jeremy Bowman authored
-
- 01 May, 2018 2 commits
-
-
Jason R. Coombs authored
Pin pytest-flake8 to 1.0.0
-
Ian Wienand authored
pytest-flake8 1.0.1 has a hard dependency on pytest>=3.5 [1], which does not support python3.3 [2]. Avoid it for python3.3 and below until python3.3 is removed [3]. Additionally, ensure we have a recent enough pip in travis ci to handle multiple requirements entries. [1] https://github.com/tholo/pytest-flake8/commit/25bbd3b42d3aa0962fb736202115dae9e5d2cd7c [2] https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23 [3] https://github.com/pypa/setuptools/pull/1342
-
- 28 Apr, 2018 3 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
- 26 Apr, 2018 2 commits
-
-
Paul Ganssle authored
Update all pypi.python.org URLs to pypi.org
-
Jon Dufresne authored
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
-
- 25 Apr, 2018 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 20 Apr, 2018 1 commit
-
-
Paul Ganssle authored
pep425tags: turn warning into a debug log entry
-
- 18 Apr, 2018 1 commit
-
-
Thomas Khyn authored
fixes #1314
-
- 12 Apr, 2018 2 commits
-
-
Paul Ganssle authored
Add .pytest_cache/ to gitignore
-
Paul Ganssle authored
-
- 09 Apr, 2018 1 commit
-
-
Paul Ganssle authored
Update wheel tests to reflect latest version
-