summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Prefer jaraco.text for yield_lines.Jason R. Coombs2022-02-062-2/+5
* Refactor _entry_points to separate loading from rendering. Explicitly validat...Jason R. Coombs2022-02-061-1/+2
* Extract module for entry point management.Jason R. Coombs2022-02-061-38/+2
* In test command, rely on metadata.EntryPoint for loading the value.Jason R. Coombs2022-02-061-5/+4
* In egg_info, port use of pkg_resources.EntryPoint to importlib.metadataJason R. Coombs2022-02-061-3/+11
* Extract function for converting entry points to a string.Jason R. Coombs2022-02-061-6/+14
* Refactor to extract entry_points_definition generation.Jason R. Coombs2022-02-061-16/+23
* Refactor to construct data in a single expression and extract 'to_str'.Jason R. Coombs2022-02-061-7/+9
* Remove duplicate check on ep is None.Jason R. Coombs2022-02-061-1/+1
* Avoid dual-use variable.Jason R. Coombs2022-02-061-3/+3
* Migrate remainder of 'iter_entry_points' to importlib_metadata.Jason R. Coombs2022-02-063-11/+14
* Replace use of parse_requirements with simple constructor.Jason R. Coombs2022-02-051-7/+3
* Move ensure_directory into setuptools.Jason R. Coombs2022-02-054-4/+8
* Create a function for only_strs to help document its purpose.Jason R. Coombs2022-02-011-3/+8
* Skip non-string values from sysconfig.get_config_vars()Dominic Davis-Foster2022-02-011-1/+3
* Add py_version_nodot_plat substitution support to easy_install.Jason R. Coombs2022-01-301-0/+6
* Use super()谭九鼎2022-01-261-1/+1
* Honor sysconfig variables in easy_install. Fixes #3026.bugfix/3026-sysconfig-vars-in-easy-installJason R. Coombs2022-01-121-8/+8
* fix version parsingliuzhe2022-01-071-2/+2
* Use 'dict()' instead of '.copy()', for compatibility with DictStack.Jason R. Coombs2022-01-031-1/+1
* Select 'posix_user' for the scheme unless falling back to stdlib, then use 'u...Jason R. Coombs2021-12-201-2/+2
* Add fallback support for distutils in stdlib.Jason R. Coombs2021-12-201-3/+11
* In easy_install, re-use scheme selection from distutils if available.Jason R. Coombs2021-12-201-8/+5
* Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-161-3/+3
* Use warning instead of log for distutils commandAnderson Bravalheri2021-11-051-2/+3
* Handle custom build_py inheriting from distutilsAnderson Bravalheri2021-11-041-1/+9
* Remove data_files avoidance code.Jason R. Coombs2021-11-021-3/+0
* Reformat docstring and rewrite in imperative voice.Jason R. Coombs2021-11-021-4/+5
* Fix 1461: Better loop breaker for `manifest_maker`Anderson Bravalheri2021-11-013-5/+32
* Deprecate setup.py install and easy_install. Ref #917.Jason R. Coombs2021-10-222-0/+13
* Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-011-1/+4
|\
| * Fix linting errorsNiyas Sait2021-09-061-1/+0
| * use distutils.util.get_platform to find the target platformNiyas Sait2021-08-261-1/+1
| * add win/arm64 launchersNiyas Sait2021-08-261-1/+5
* | sdist: Accept -u/--owner and -g/--group optionsJohn Marshall2021-09-221-0/+4
* | Merge pull request #2785 from hugovk/replace-configparser-deprecationsJason R. Coombs2021-09-121-1/+1
|\ \
| * | configparser: replace deprecated readfp with read_fileHugo van Kemenade2021-09-121-1/+1
* | | Deprecate bdist_rpmHugo van Kemenade2021-09-091-0/+9
|/ /
* | Retain case in setup.cfg during sdist. Fixes #2773.Jason R. Coombs2021-09-081-0/+1
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-09-041-1/+0
* | remove lib2to3 usageThomas Grainger2021-09-043-113/+49
|/
* Fix broken links in easy_install.pySeungMin Lee2021-07-201-3/+3
* Fixes #2722: Adds an environment variable SETUPTOOLS_EXT_SUFFIX to override t...Steve Dower2021-07-101-3/+9
* Merge branch 'main' into feature/more-itertoolsJason R. Coombs2021-05-222-47/+8
|\
| * Overwrite exlude from MANIFEST with license_files optionMarc Mueller2021-05-231-1/+1
| * Remove license_files_computed fieldMarc Mueller2021-05-231-1/+1
| * Add License-File field to package metadataMarc Mueller2021-05-232-47/+8
* | Use unique_everseen from more_itertools.Jason R. Coombs2021-05-222-22/+4
|/
* Move list of commands out of command package and into package metadata.Jason R. Coombs2021-05-191-9/+0
* Small changesMarc Mueller2021-04-031-0/+3