summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #1941 from joreiff/pr-easyinstallJason R. Coombs2020-02-051-13/+10
| |\ \ \
| | * \ \ Merge branch 'master' into pr-easyinstallJohannes Reiff2020-01-2510-70/+109
| | |\ \ \
| | * | | | Make easy_install command less strict (fixes #1405)Johannes Reiff2019-12-191-14/+10
| * | | | | Fix install_scripts() if bdist_wininst is missingVictor Stinner2020-02-031-2/+5
| | |/ / / | |/| | |
| * | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-15/+15
| * | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-198-40/+57
| * | | | Fix for Python 4: replace unsafe six.PY3 with PY2Hugo2020-01-087-9/+9
| * | | | Merge branch 'master' into feature/include-pyproject.tomlJason R. Coombs2019-12-2911-224/+109
| |\ \ \ \
| | * | | | Extract methods to separate _safe_data_files behavior and _add_data_files.Jason R. Coombs2019-12-211-8/+21
| | |/ / /
| | * | | Revert "drop easy_install script and associated documentation"Benoit Pierre2019-11-161-1/+54
| | * | | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-161-9/+19
| | |\ \ \
| | | * | | Filter out missing files and use extend()Mick Koch2019-10-281-2/+2
| | | * | | Use an OrderedSet for accumulating license filesMick Koch2019-10-281-2/+2
| | | * | | Add support for `license_files` option in metadataMick Koch2019-10-281-8/+18
| | * | | | deprecate easy_install commandBenoit Pierre2019-11-152-2/+8
| | * | | | drop easy_install script and associated documentationBenoit Pierre2019-11-151-54/+1
| | * | | | Remove "upload" and "register" commands.Paul Ganssle2019-11-023-200/+20
| | |/ / /
| | * | | Merge pull request #1824 from asottile/python310Jason R. Coombs2019-10-272-4/+4
| | |\ \ \
| | | * | | Fixes for python3.10Anthony Sottile2019-08-172-4/+4
| | * | | | Deprecate the test commandJon Dufresne2019-10-211-1/+9
| | * | | | minor cleanupBenoit Pierre2019-10-071-2/+1
| | |/ / /
| | * | | Fix some usage of deprecated `imp` moduleAnthony Sottile2019-08-172-5/+11
| * | | | do not change py36compat, put changes into sdist commandAlexander Duryagin2019-01-112-1/+9
| * | | | include pyproject.toml in sdist (#1632)Alexander Duryagin2019-01-111-1/+1
* | | | | Deprecated Eggsecutable ScriptsBastian Venthur2019-05-151-1/+8
| |/ / / |/| | |
* | | | Rely on unique_everseen to avoid unnecessarily polluting the PYTHONPATH with ...Jason R. Coombs2019-04-051-6/+6
* | | | uniquify paths in PYTHONPATHrobnagler2019-02-261-5/+6
* | | | Merge branch 'master' into license-fix-357Jason R. Coombs2019-01-274-18/+181
|\ \ \ \ | |/ / /
| * | | Feed the hobgoblins (delint).Jason R. Coombs2018-12-291-2/+2
| * | | Import distribution in doctestPaul Ganssle2018-12-281-0/+1
| * | | Access pkg_resources objects through its namespaceJason R. Coombs2018-12-241-11/+13
| | |/ | |/|
| * | import internal version of sixOleg Sharov2018-11-131-3/+3
| * | Remove bdist_rpm and bdist_dumb commentPaul Ganssle2018-11-121-8/+2
| * | Fix show_response behavior on Python 2Paul Ganssle2018-11-071-3/+5
| * | Fix bdist_rpm and bdist_dumb in upload_filePaul Ganssle2018-11-071-0/+1
| * | Fix gpg signature code in upload_filePaul Ganssle2018-11-071-0/+1
| * | Use get_metadata_version in upload_filePaul Ganssle2018-11-071-1/+1
| * | Add upload_file to setuptools.command.uploadPaul Ganssle2018-11-071-1/+146
| * | Add setup.py to egg-info by defaultShashank Singh2018-11-021-0/+6
| * | Add custom deprecation warning classesJunhan Huang2018-10-282-6/+17
* | | Address review commentsDeniz Taneli2018-11-101-6/+6
* | | `check_license` no longer needs to parse `setup.cfg`Deniz Taneli2018-10-281-17/+13
* | | Setuptools will install licenses if included in setup.cfgDeniz Taneli2018-10-272-0/+26
|/ /
* | Drop use of six.u (#1517)Thirumal Venkat2018-10-231-1/+1
* | Replace redundant code with call of that code.Jason R. Coombs2018-09-231-3/+1
* | Use stacklevel=2 to better reveal usage of deprecated calls.Jason R. Coombs2018-09-231-1/+1
* | Merge pull request #1427 from stephenfin/touch-egg-info-directoryJason R. Coombs2018-09-162-0/+1
|\ \
| * | egg_info: Touch 'egg-info' directoryStephen Finucane2018-08-191-0/+1
| * | trivial: Fix file permissionsStephen Finucane2018-08-191-0/+0
* | | setuptools: fix regression with `egg_info` commandBenoit Pierre2018-08-211-8/+8
|/ /