summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
|/ /
* | Support scripts with unicode contentDaniele Esposti2018-08-171-4/+4
* | Remove spurious executable permissionsMiro HronĨok2018-07-2712-0/+0
* | Merge pull request #1416 from pganssle/use_sixPaul Ganssle2018-07-201-1/+1
|\ \ | |/ |/|
| * Switch over to using six.PY{2,3} when possiblePaul Ganssle2018-07-101-1/+1
* | Extract name/version functionality from egg_info to be re-used by a dist-info...Jason R. Coombs2018-07-131-26/+35
|/
* Deprecate upload and register commandsDustin Ingram2018-07-082-3/+22
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-033-3/+9
* Remove redundant Python 3.1 codeHugo2018-05-241-1/+2
* Drop support for EOL Python 3.3Hugo2018-05-242-12/+2
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-261-1/+1
* Setuptools now vendors its own direct dependencies (packaging, six, pyparsing...Jason R. Coombs2018-03-171-1/+1