Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2266 from pypa/docs/distutils-porting | Jason R. Coombs | 2020-07-24 | 2 | -0/+26 |
|\ | | | | | Add docs on porting from distutils. | ||||
| * | Add docs on porting from distutils.docs/distutils-porting | Jason R. Coombs | 2020-07-18 | 2 | -0/+26 |
| | | |||||
* | | Revert "Add banner to main docs page" | Jason R. Coombs | 2020-07-24 | 1 | -3/+0 |
| | | | | | | | | This reverts commit 0f491dc2b4141a17475eec12b02d8f237d7f7918. | ||||
* | | Revert "Merge pull request #2229 from cajhne/logo001" | Jason R. Coombs | 2020-07-24 | 24 | -1258/+0 |
| | | | | | | | | | | This reverts commit 402880a7aed5dea1cf3a84af2b8291e451fb3d9f, reversing changes made to bd1102648109c85c782286787e4d5290ae280abe. | ||||
* | | Revert "Rename logo assets to remove project name and 'logo', which are ↵ | Jason R. Coombs | 2020-07-24 | 9 | -0/+0 |
|/ | | | | | | implied by the context." This reverts commit fd94cd038d644ff27866301f6f365a3ef0901898. | ||||
* | Remove stale description of packaging. | Jason R. Coombs | 2020-07-04 | 1 | -8/+1 |
| | |||||
* | Add banner to main docs page | Jason R. Coombs | 2020-07-04 | 1 | -2/+5 |
| | |||||
* | Rename logo assets to remove project name and 'logo', which are implied by ↵ | Jason R. Coombs | 2020-07-04 | 9 | -0/+0 |
| | | | | the context. | ||||
* | Use lowercase 't' for consistency in branding. | Jason R. Coombs | 2020-07-04 | 1 | -2/+2 |
| | |||||
* | Add logo resources | cajhne | 2020-07-03 | 24 | -0/+1258 |
| | |||||
* | docs: fix typo in path to vendored.txt | Samuel Watkins | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | DOC: Update mailing list link | Sumana Harihareswara | 2020-05-28 | 1 | -5/+5 |
| | | | | | | | | Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig instead. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc> | ||||
* | DOC: fix link missing > | Matthias Bussonnier | 2020-05-27 | 1 | -1/+1 |
| | | | | | The `decalrative config`_ link present higher in the document is also unresolved, I'm not quite sure what the intended target was. | ||||
* | Merge pull request #2134 from pypa/feature/python-2-sunset-docs | Jason R. Coombs | 2020-05-26 | 1 | -0/+69 |
|\ | | | | | Crash under Python 2 | ||||
| * | s/respectful/considerate of those projects/ | Jason R. Coombs | 2020-05-25 | 1 | -5/+5 |
| | | |||||
| * | Wrap lines and remove newlines between enumerated paragraphs. | Jason R. Coombs | 2020-05-25 | 1 | -17/+51 |
| | | |||||
| * | Prefer imperative voice | Jason R. Coombs | 2020-05-24 | 1 | -3/+3 |
| | | |||||
| * | Add landing page for Python 2 sunset. Ref #2094. | Jason R. Coombs | 2020-05-24 | 1 | -0/+35 |
| | | |||||
* | | Merge pull request #2121 from wimglenn/docs | Jason R. Coombs | 2020-05-25 | 1 | -1/+1 |
|\ \ | | | | | | | Give a less confusing example for requirements parsing | ||||
| * | | use a less confusing example for requirements parsing | wim glenn | 2020-05-19 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1765 from venthur/fix/1700 | Jason R. Coombs | 2020-05-24 | 2 | -169/+346 |
|\ \ | |/ |/| | Moved distutils' doc for setup-keywords into our doc to document all supported keywords | ||||
| * | Merge branch 'master' into fix/1700 | Bastian Venthur | 2020-02-11 | 10 | -494/+179 |
| |\ | |||||
| * \ | Merge branch 'master' into fix/1700 | Jason R. Coombs | 2019-10-26 | 4 | -7/+44 |
| |\ \ | |||||
| * | | | Added meat to obsoletes and provides, removed that they should not be used. | Bastian Venthur | 2019-05-18 | 1 | -3/+39 |
| | | | | |||||
| * | | | s/favour/favor/ | Bastian Venthur | 2019-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-Authored-By: Benoit Pierre <benoit.pierre@gmail.com> | ||||
| * | | | s/requires/provides/ | Bastian Venthur | 2019-05-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | Made keywords a subpage (via include directive) maintaining the old | Bastian Venthur | 2019-05-18 | 3 | -13/+5 |
| | | | | | | | | | | | | | | | | structure | ||||
| * | | | added long_description_content_type | Bastian Venthur | 2019-05-18 | 1 | -0/+4 |
| | | | | |||||
| * | | | added use_2to3_exclude_fixers | Bastian Venthur | 2019-05-18 | 1 | -0/+3 |
| | | | | |||||
| * | | | Added ext_package | Bastian Venthur | 2019-05-18 | 1 | -0/+4 |
| | | | | |||||
| * | | | Added unused requires, obsolete and requires for completenes | Bastian Venthur | 2019-05-18 | 1 | -0/+17 |
| | | | | |||||
| * | | | Maintain old header and link to new keywords document | Bastian Venthur | 2019-05-16 | 2 | -0/+9 |
| | | | | |||||
| * | | | Added warnings for data_files, setup_requires and dependency_links | Bastian Venthur | 2019-05-16 | 1 | -0/+15 |
| | | | | |||||
| * | | | Transcibed all keywords from ↵ | Bastian Venthur | 2019-05-16 | 1 | -1/+88 |
| | | | | | | | | | | | | | | | | https://docs.python.org/3/distutils/apiref.html#distutils.core.setup | ||||
| * | | | Fixed broken implicit links | Bastian Venthur | 2019-05-16 | 2 | -18/+26 |
| | | | | |||||
| * | | | Moved keywords section into separate document, added link in index | Bastian Venthur | 2019-05-16 | 3 | -173/+173 |
| | | | | |||||
* | | | | Merge pull request #1753 from jwodder/feature/literal_attr | Jason R. Coombs | 2020-05-16 | 1 | -1/+7 |
|\ \ \ \ | | | | | | | | | | | Support attr directive with static evaluation | ||||
| * | | | | Merge `literal_attr:` functionality into `attr:` | John T. Wodder II | 2020-05-15 | 1 | -15/+12 |
| | | | | | |||||
| * | | | | Update documentation | John T. Wodder II | 2020-05-15 | 1 | -8/+17 |
| | | | | | |||||
* | | | | | Fix an RST link typo in the dev guide | Sviatoslav Sydorenko | 2020-05-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'master' into docs/setup.cfg-only | Jason R. Coombs | 2020-05-15 | 8 | -143/+189 |
|\ \ \ \ | |||||
| * | | | | Tweak note about setup.cfg | Paul Ganssle | 2020-05-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This note has gotten a bit out of date, since setup.py is no longer required. | ||||
| * | | | | Merge branch 'master' of https://github.com/pypa/setuptools | Jason R. Coombs | 2020-05-03 | 1 | -0/+89 |
| |\ \ \ \ | |||||
| | * | | | | Apply suggestions from code review | Jason R. Coombs | 2020-05-03 | 1 | -9/+3 |
| | | | | | | |||||
| | * | | | | Apply suggestions from code review | Jason R. Coombs | 2020-05-03 | 1 | -21/+21 |
| | | | | | | |||||
| | * | | | | fixed some RST syntax | alvyjudy | 2020-03-30 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | deleted blank lines and fixed underline | alvyjudy | 2020-03-30 | 1 | -3/+2 |
| | | | | | | |||||
| | * | | | | First draft for build_meta documentation | alvyjudy | 2020-03-30 | 1 | -45/+53 |
| | | | | | | |||||
| | * | | | | initial draft for build_meta documentation | alvyjudy | 2020-03-29 | 1 | -0/+88 |
| | | | | | | |||||
| * | | | | | change: Mac OS X -> macOS | Reece Dunham | 2020-04-11 | 2 | -4/+4 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Reece Dunham <me@rdil.rocks> |