aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| * | | Update setuptools.txtGabriel2020-01-021-2/+2
| | | |
* | | | Fix TestPyPI upload URIDustin Ingram2020-01-061-1/+1
|/ / /
* | | Merge pull request #1908 from benoit-pierre/drop_py34_supportJason R. Coombs2020-01-011-1/+1
|\ \ \ | | | | | | | | drop support for Python 3.4
| * | | drop support for Python 3.4Benoit Pierre2019-11-151-1/+1
| | | |
* | | | Update setuptools.txtGéry Ogam2019-12-121-6/+6
| | | |
* | | | Rename 'Professional support' to 'For Enterprise' and add section on 'For ↵Jason R. Coombs2019-11-301-7/+7
| | | | | | | | | | | | | | | | Enterprise' to the README (linking to Tidelift).
* | | | Merge pull request #1877 from pypa/feature/distribution-options-hooksJason R. Coombs2019-11-231-0/+23
|\ \ \ \ | | | | | | | | | | Add new hook 'setuptools.finalize_distribution_options'
| * \ \ \ Merge branch 'master' into feature/distribution-options-hooksJason R. Coombs2019-11-166-383/+87
| |\ \ \ \
| * | | | | Add changelog entry and documentation about the feature.Jason R. Coombs2019-11-161-4/+27
| | | | | |
* | | | | | Revert "drop easy_install script and associated documentation"Benoit Pierre2019-11-162-0/+1086
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.
* | | | | | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-161-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for `license_files` option in metadata
| * | | | | | Add support for `license_files` option in metadataMick Koch2019-10-281-0/+1
| | | | | | |
* | | | | | | Merge pull request #1830 from benoit-pierre/pip_wheelsJason R. Coombs2019-11-163-1094/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | drop easy_install script/command, re-implement `fetch_build_egg` to use pip
| * | | | | | drop easy_install script and associated documentationBenoit Pierre2019-11-152-1086/+0
| | | | | | |
| * | | | | | dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-8/+9
| | |_|/ / / | |/| | | |
* / | | | | Trim excess whitespaceJason R. Coombs2019-11-161-2/+2
|/ / / / /
* / / / / Remove "upload" and "register" commands.Paul Ganssle2019-11-021-9/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine.
* | | | Merge pull request #1815 from Hawk777/document-package-data-asteriskJason R. Coombs2019-10-271-1/+5
|\ \ \ \ | | | | | | | | | | Document using asterisk in package_data section
| * | | | Document using asterisk in package_data sectionChristopher Head2019-08-121-1/+5
| | | | |
* | | | | Fix typoJason R. Coombs2019-10-271-1/+1
| | | | |
* | | | | Merge pull request #1862 from benoit-pierre/drop-ez_setup-documentationJason R. Coombs2019-10-273-225/+3
|\ \ \ \ \ | | | | | | | | | | | | docs: drop ez_setup documentation and related references
| * | | | | docs: drop ez_setup documentation and related referencesBenoit Pierre2019-10-083-225/+3
| | | | | |
* | | | | | Merge pull request #1868 from ↵Jason R. Coombs2019-10-274-148/+53
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | benoit-pierre/drop-most-documentation-references-to-easy_install doc: drop most references to EasyInstall
| * | | | | doc: drop most references to EasyInstallBenoit Pierre2019-10-084-148/+53
| |/ / / /
* / / / / Deprecate the test commandJon Dufresne2019-10-211-0/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Provide a warning to users. Suggest using tox as an alternative generic entry point. Refs #1684
* | | | docs: mention eggs are deprecated and not supported by pipBenoit Pierre2019-10-071-0/+3
| | | |
* | | | docs: mention dependency links support was dropped in pip 19.0Benoit Pierre2019-10-071-0/+4
| |/ / |/| |
* | | Fixed html sidebars to supported version in Sphinx (#1804)A_Rog2019-08-131-1/+1
|/ /
* | Merge pull request #1776 from Steap/license-classifiersPaul Ganssle2019-06-191-3/+6
|\ \ | | | | | | Use license classifiers rather than the license field.
| * | Use license classifiers rather than the license field.Cyril Roelandt2019-06-011-3/+6
| |/ | | | | | | | | | | The license field has a 'free' format, while the classifiers are unique identifiers, similar to SPDX identifiers. In the documentation, we should therefore showcase the use of classifiers.