summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
* | Start adding APIs for handling multiple editable modesAnderson Bravalheri2022-06-151-4/+25
* | Re-use dist-info dir for build_editableAnderson Bravalheri2022-06-151-1/+2
* | Rely on wheel and bdist_wheel for editable_wheelAnderson Bravalheri2022-06-151-90/+61
* | Make sure setuptools itself can be installed with editable_wheelAnderson Bravalheri2022-06-151-32/+16
* | Remove unecessary editable dependencyAnderson Bravalheri2022-06-151-24/+8
* | Avoid creating dist_info_dir before the command runsAnderson Bravalheri2022-06-151-1/+1
* | Make sure output_dir exists with dist_infoAnderson Bravalheri2022-06-151-2/+4
* | Change dist_info to better control output directoryAnderson Bravalheri2022-06-151-9/+26
* | Add dist_info_dir param to dist_info commandAnderson Bravalheri2022-06-151-8/+9
* | Merge branch 'upstream/main' into build-editable-aggregateAnderson Bravalheri2022-06-153-4/+85
|\ \ | |/
| * Improve warning messageAnderson Bravalheri2022-06-131-1/+1
| * Add setuptools.command.build (#3256)Anderson Bravalheri2022-06-131-0/+24
| |\
| | * Test that users are informed about subcommands in distutilsAnderson Bravalheri2022-06-091-1/+1
| | * separate subcommands for setuptools classIsuru Fernando2022-06-091-1/+20
| | * Fix flake8 errorAnderson Bravalheri2022-04-111-0/+1
| | * Add setuptools.command.buildIsuru Fernando2022-04-071-0/+4
| * | Change warning about namespace packages and data filesAnderson Bravalheri2022-06-091-3/+4
| * | Improve warning message for package data abuseAnderson Bravalheri2022-06-051-5/+6
| * | Update setuptools/command/build_py.pyAnderson Bravalheri2022-05-181-1/+1
| * | Improve warning message for dist_info._versionAnderson Bravalheri2022-05-181-1/+2
| * | Improve warning message for _IncludePackageDataAbuseAnderson Bravalheri2022-05-181-1/+4
| * | Warn about deprecation of behaviour that considers modules/packages as data w...Anderson Bravalheri2022-05-161-2/+52
| |\ \
| | * | Simplify checks for abuse of include_package_dataAnderson Bravalheri2022-05-061-19/+17
| | * | Warn about packages/modules included as package dataAnderson Bravalheri2022-05-051-2/+54
| | |/
| * | Allow recursive globs for package_datanullableVoidPtr2022-05-071-1/+2
| |/
* | include pep660 proof of concept (#3082)Anderson Bravalheri2022-04-221-0/+157
|\ \ | |/ |/|
| * include pep660 proof of conceptDaniel Holth2022-02-041-0/+157
* | Fix version produced by dist_info (#3230)Anderson Bravalheri2022-04-042-3/+45
|\ \
| * | Change dist_info naming to use the same convention as bdist_wheelAnderson Bravalheri2022-03-291-1/+33
| * | Restore tags in egg_info but change the idempotency checkAnderson Bravalheri2022-03-291-4/+9
| * | Fix duplicated version tags in egg_infoAnderson Bravalheri2022-03-291-2/+7
* | | Merge pull request #3151 from hexagonrecursion/fix-editableJason R. Coombs2022-04-031-12/+6
|\ \ \ | |/ / |/| |
| * | Fix editable --user installs with build isolationAndrey Bienkowski2022-03-061-12/+6
| * | Revert "XXX: Debugging"Andrey Bienkowski2022-03-061-37/+0
| * | XXX: DebuggingAndrey Bienkowski2022-03-061-0/+37
* | | Make install consider dist.run_command is overwritten in v61.0.0Anderson Bravalheri2022-03-251-8/+15
* | | Add test for setup.py install and dependenciesAnderson Bravalheri2022-03-251-1/+3
|/ /
* | Use super throughout.Jason R. Coombs2022-02-271-2/+2
* | Just check for if destination file existsAnderson Bravalheri2022-02-271-2/+3
* | Check for file existence before using samefileAnderson Bravalheri2022-02-271-1/+2
* | Merge pull request #3137 from pypa/feature/samefile-nativeJason R. Coombs2022-02-261-18/+2
|\ \
| * | Use samefile from stdlib, supported on Windows since Python 3.2.Jason R. Coombs2022-02-261-18/+2
* | | Extract method for processing site dirsJason R. Coombs2022-02-261-15/+22
* | | Move normpath into if block.Jason R. Coombs2022-02-261-3/+1
* | | Remove 'isinstance(int)' check and just validate unconditionally.Jason R. Coombs2022-02-261-3/+0
* | | Extract method to validate optimize parameter.Jason R. Coombs2022-02-261-9/+17
|/ /
* | Prefer range().__contains__ for bounds check.Jason R. Coombs2022-02-261-1/+1
* | Deprecated upload_docs command. Ref #2971Jason R. Coombs2022-02-171-0/+8
* | 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