| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1877 from pypa/feature/distribution-options-hooks | Jason R. Coombs | 2019-11-23 | 1 | -0/+23 |
| |\ | | | | | Add new hook 'setuptools.finalize_distribution_options' | ||||
| | * | Merge branch 'master' into feature/distribution-options-hooks | Jason R. Coombs | 2019-11-16 | 6 | -383/+87 |
| | |\ | |||||
| | * | | Add changelog entry and documentation about the feature. | Jason R. Coombs | 2019-11-16 | 1 | -4/+27 |
| | | | | |||||
| * | | | Revert "drop easy_install script and associated documentation" | Benoit Pierre | 2019-11-16 | 2 | -0/+1086 |
| | | | | | | | | | | | | | This reverts commit 6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3. | ||||
| * | | | Merge pull request #1767 from kchmck/feat-license-files | Jason R. Coombs | 2019-11-16 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Add support for `license_files` option in metadata | ||||
| | * | | | Add support for `license_files` option in metadata | Mick Koch | 2019-10-28 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1830 from benoit-pierre/pip_wheels | Jason R. Coombs | 2019-11-16 | 3 | -1094/+9 |
| |\ \ \ \ | |_|_|/ |/| | | | drop easy_install script/command, re-implement `fetch_build_egg` to use pip | ||||
| | * | | | drop easy_install script and associated documentation | Benoit Pierre | 2019-11-15 | 2 | -1086/+0 |
| | | | | | |||||
| | * | | | dist: re-implement `fetch_build_egg` to use pip | Benoit Pierre | 2019-11-15 | 1 | -8/+9 |
| | | | | | |||||
| * | | | | Trim excess whitespace | Jason R. Coombs | 2019-11-16 | 1 | -2/+2 |
| |/ / / | |||||
| * / / | Remove "upload" and "register" commands. | Paul Ganssle | 2019-11-02 | 1 | -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-asterisk | Jason R. Coombs | 2019-10-27 | 1 | -1/+5 |
| |\ \ | | | | | | | Document using asterisk in package_data section | ||||
| | * | | Document using asterisk in package_data section | Christopher Head | 2019-08-12 | 1 | -1/+5 |
| | | | | |||||
| * | | | Fix typo | Jason R. Coombs | 2019-10-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #1862 from benoit-pierre/drop-ez_setup-documentation | Jason R. Coombs | 2019-10-27 | 3 | -225/+3 |
| |\ \ \ | | | | | | | | | docs: drop ez_setup documentation and related references | ||||
| | * | | | docs: drop ez_setup documentation and related references | Benoit Pierre | 2019-10-08 | 3 | -225/+3 |
| | | | | | |||||
| * | | | | Merge pull request #1868 from ↵ | Jason R. Coombs | 2019-10-27 | 4 | -148/+53 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | benoit-pierre/drop-most-documentation-references-to-easy_install doc: drop most references to EasyInstall | ||||
| | * | | | | doc: drop most references to EasyInstall | Benoit Pierre | 2019-10-08 | 4 | -148/+53 |
| | |/ / / | |||||
| * / / / | Deprecate the test command | Jon Dufresne | 2019-10-21 | 1 | -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 pip | Benoit Pierre | 2019-10-07 | 1 | -0/+3 |
| | | | | |||||
| * | | | docs: mention dependency links support was dropped in pip 19.0 | Benoit Pierre | 2019-10-07 | 1 | -0/+4 |
| | |/ |/| | |||||
| * | | Fixed html sidebars to supported version in Sphinx (#1804) | A_Rog | 2019-08-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1776 from Steap/license-classifiers | Paul Ganssle | 2019-06-19 | 1 | -3/+6 |
| |\ | | | | | Use license classifiers rather than the license field. | ||||
| | * | Use license classifiers rather than the license field. | Cyril Roelandt | 2019-06-01 | 1 | -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. | ||||
| * | | Update developer docs to describe motivation behind vendored dependencies. ↵ | Jason R. Coombs | 2019-06-10 | 1 | -0/+14 |
| |/ | | | | Ref #1781. | ||||
| * | Remove unwritten sections of the documentation (#1705) | Ratin_Kumar | 2019-02-26 | 1 | -36/+0 |
| | | | | These sections of the documentation were never written, and refer to deprecated functionality anyway, so they can be removed. | ||||
| * | Merge pull request #1640 from pypa/bugfix/1635-disallow-parent-paths | Jason R. Coombs | 2019-01-27 | 1 | -2/+2 |
| |\ | | | | | Disallow parent path traversal in resource paths, part 1 (deprecation) | ||||
| | * | Update documentation to match more aggressive absolute path exclusion in ↵bugfix/1635-disallow-parent-paths | Jason R. Coombs | 2019-01-27 | 1 | -2/+1 |
| | | | | | | | | | resources. | ||||
| | * | Also disallow leading '/' in resource paths. Ref #1635. | Jason R. Coombs | 2019-01-20 | 1 | -2/+3 |
| | | | |||||
| | * | Update docs to match implementation that resource names are rooted at the ↵ | Jason R. Coombs | 2019-01-20 | 1 | -2/+2 |
| | | | | | | | | | package. Ref #1635. | ||||
| * | | Merge branch 'master' into license-fix-357 | Jason R. Coombs | 2019-01-27 | 8 | -208/+343 |
| |\ \ | |||||
| | * | | Make the project page link generic | Jason R. Coombs | 2019-01-26 | 2 | -2/+2 |
| | | | | |||||
| | * | | Inject the project name in the referral also | Jason R. Coombs | 2019-01-26 | 1 | -1/+1 |
| | |/ | |||||
| | * | Tweak "making a pull request" documentation | Paul Ganssle | 2019-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | reStructuredText is how the name is commonly stylized (see Wikipedia), also fixed a typo in the "deprecation" description. | ||||
| | * | Merge pull request #1620 from scop/spelling | Paul Ganssle | 2019-01-01 | 2 | -2/+2 |
| | |\ | | | | | | | Spelling fixes | ||||
| | | * | Spelling fixes | Ville Skyttä | 2018-12-29 | 2 | -2/+2 |
| | | | | |||||
| | * | | Remove file: from documentation for license field | Paul Ganssle | 2018-12-29 | 1 | -1/+1 |
| | |/ | |||||
| | * | Add documents on auto-mergedocs/auto-merge | Jason R. Coombs | 2018-12-29 | 1 | -0/+11 |
| | | | |||||
| | * | Add link to Tidelift Professional support in docs | Jason R. Coombs | 2018-12-03 | 1 | -0/+7 |
| | | | |||||
| | * | Fix minimum version for data_files | Paul Ganssle | 2018-11-12 | 1 | -1/+1 |
| | | | |||||
| | * | Replace Roadmap with milestones. | Jason R. Coombs | 2018-11-11 | 1 | -13/+3 |
| | | | |||||
| | * | Add another roadmap item about pkg_resources. | Jason R. Coombs | 2018-11-11 | 1 | -0/+2 |
| | | | |||||
| | * | Update roadmap | Jason R. Coombs | 2018-11-11 | 1 | -0/+3 |
| | | | |||||
| | * | Merge pull request #1564 from 0az/doc-setup-cfg-min-version | Paul Ganssle | 2018-11-01 | 1 | -10/+13 |
| | |\ | | | | | | | Document setup.cfg minimum version for version and project_urls | ||||
| | | * | Add version footnote | Andrew Zhou | 2018-10-30 | 1 | -9/+12 |
| | | | | |||||
| | | * | Improve setup.cfg minimum version documentation | Andrew Zhou | 2018-10-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | - version: a960ee1c3f1d1d1067ec1e3c88dc345060bd33a4 - project_urls: df2246449c271c07586bcecc3eaa36e9b0e94e3d | ||||
| | * | | Merge pull request #1560 from varunkamath18/feature/docs_clean_user_prereqs | Paul Ganssle | 2018-11-01 | 3 | -156/+233 |
| | |\ \ | | | | | | | | | Update documentation for setuptools distribution | ||||
| | | * | | Change index header for Easy Install | Paul Ganssle | 2018-11-01 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Add news fragment for PR #1560 | Varun Kamath | 2018-11-01 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | Update distribution guide and archive ez_setup doc | Varun Kamath | 2018-11-01 | 3 | -156/+234 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a simple introductory guide to the modern way to distribute `setuptools`-based projects with a link to the Python packaging tutorial. Rather than delete the old `ez_setup` information, it has been moved to a separate archive for people who want to use it as a historical reference. | ||||
