summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1765 from venthur/fix/1700Jason R. Coombs2020-05-242-169/+346
|\ | | | | Moved distutils' doc for setup-keywords into our doc to document all supported keywords
| * Merge branch 'master' into fix/1700Bastian Venthur2020-02-1110-494/+179
| |\
| * \ Merge branch 'master' into fix/1700Jason R. Coombs2019-10-264-7/+44
| |\ \
| * | | Added meat to obsoletes and provides, removed that they should not be used.Bastian Venthur2019-05-181-3/+39
| | | |
| * | | s/favour/favor/Bastian Venthur2019-05-181-1/+1
| | | | | | | | | | | | Co-Authored-By: Benoit Pierre <benoit.pierre@gmail.com>
| * | | s/requires/provides/Bastian Venthur2019-05-181-2/+2
| | | |
| * | | Made keywords a subpage (via include directive) maintaining the oldBastian Venthur2019-05-183-13/+5
| | | | | | | | | | | | | | | | structure
| * | | added long_description_content_typeBastian Venthur2019-05-181-0/+4
| | | |
| * | | added use_2to3_exclude_fixersBastian Venthur2019-05-181-0/+3
| | | |
| * | | Added ext_packageBastian Venthur2019-05-181-0/+4
| | | |
| * | | Added unused requires, obsolete and requires for completenesBastian Venthur2019-05-181-0/+17
| | | |
| * | | Maintain old header and link to new keywords documentBastian Venthur2019-05-162-0/+9
| | | |
| * | | Added warnings for data_files, setup_requires and dependency_linksBastian Venthur2019-05-161-0/+15
| | | |
| * | | Transcibed all keywords from ↵Bastian Venthur2019-05-161-1/+88
| | | | | | | | | | | | | | | | https://docs.python.org/3/distutils/apiref.html#distutils.core.setup
| * | | Fixed broken implicit linksBastian Venthur2019-05-162-18/+26
| | | |
| * | | Moved keywords section into separate document, added link in indexBastian Venthur2019-05-163-173/+173
| | | |
* | | | Merge pull request #1753 from jwodder/feature/literal_attrJason R. Coombs2020-05-161-1/+7
|\ \ \ \ | | | | | | | | | | Support attr directive with static evaluation
| * | | | Merge `literal_attr:` functionality into `attr:`John T. Wodder II2020-05-151-15/+12
| | | | |
| * | | | Update documentationJohn T. Wodder II2020-05-151-8/+17
| | | | |
* | | | | Fix an RST link typo in the dev guideSviatoslav Sydorenko2020-05-151-1/+1
|/ / / /
* | | | Merge branch 'master' into docs/setup.cfg-onlyJason R. Coombs2020-05-158-143/+189
|\ \ \ \
| * | | | Tweak note about setup.cfgPaul Ganssle2020-05-071-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/setuptoolsJason R. Coombs2020-05-031-0/+89
| |\ \ \ \
| | * | | | Apply suggestions from code reviewJason R. Coombs2020-05-031-9/+3
| | | | | |
| | * | | | Apply suggestions from code reviewJason R. Coombs2020-05-031-21/+21
| | | | | |
| | * | | | fixed some RST syntaxalvyjudy2020-03-301-2/+2
| | | | | |
| | * | | | deleted blank lines and fixed underlinealvyjudy2020-03-301-3/+2
| | | | | |
| | * | | | First draft for build_meta documentationalvyjudy2020-03-301-45/+53
| | | | | |
| | * | | | initial draft for build_meta documentationalvyjudy2020-03-291-0/+88
| | | | | |
| * | | | | change: Mac OS X -> macOSReece Dunham2020-04-112-4/+4
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Reece Dunham <me@rdil.rocks>
| * | | | Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-081-33/+7
| | | | |
| * | | | Fix broken link to Python docsYe-hyoung Kang2020-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | The broken link used to point to Python 2 docs (which has been moved). Since Python 2 has reached its end-of-life, link to Python 3 docs instead.
| * | | | Copy docs requirements to a separate file due to RTD constraints. Fixes ↵Jason R. Coombs2020-02-161-0/+4
| | | | | | | | | | | | | | | | | | | | #2001. Ref readthedocs/readthedocs.org#6662
| * | | | Merge branch 'master' into fix/1557Jason R. Coombs2020-02-1110-507/+227
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Move docs dependencies into package metadata and use same technique as ↵Jason R. Coombs2020-01-211-5/+0
| | | | | | | | | | | | | | | | | | | | jaraco/skeleton to build docs in tox and rtd.
| | * | | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-01-192-7/+3
| | |\ \ \
| | | * | | Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-01-192-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | simplifying all of the pipelines.
| | * | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-4/+4
| | | | | |
| | * | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-28/+11
| | |/ / /
| | * | | Uniformise quotation marksGéry Ogam2020-01-151-52/+52
| | | | |
| | * | | Remove the python command from setup.py callsGéry Ogam2020-01-151-7/+7
| | | | |
| | * | | Fix typosGéry Ogam2020-01-131-2/+2
| | | | |
| * | | | Update deprecation version and include extension on changelog file.Jason R. Coombs2020-02-111-5/+5
| | | | |
| * | | | warning -> deprecatedBastian Venthur2019-08-251-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Paul Ganssle <p.ganssle@gmail.com>
| * | | | Put deprecation in section rather then removing it (updated changelog as well)Bastian Venthur2019-05-161-0/+39
| | | | |
| * | | | Deprecated Eggsecutable ScriptsBastian Venthur2019-05-151-37/+0
| | |/ / | |/| | | | | | | | | | Closes: #1557
* | | | 📝 Improve the note about editable installs Sviatoslav Sydorenko2020-01-141-1/+1
| | | | | | | | | | | | Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>
* | | | Mark PEP mentions as :pep: SphinX refsSviatoslav Sydorenko2020-01-141-6/+7
| | | |
* | | | 📝 Document setup.cfg-only projectsSviatoslav Sydorenko2020-01-142-0/+43
| |/ / |/| |
* | | Merge pull request #1954 from gpotter2/patch-2Jason R. Coombs2020-01-111-2/+2
|\ \ \ | | | | | | | | Fix dead link