summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove unnecessary complexityAnderson Bravalheri2022-06-241-46/+1
| | |
| * | Rely on get_outputs() and get_output_mapping() in editable_wheelAnderson Bravalheri2022-06-241-101/+273
| | |
| * | Fix problems with backup directoryAnderson Bravalheri2022-06-211-1/+1
| | |
| * | Allow dist-info to keep original egg-info directoryAnderson Bravalheri2022-06-211-3/+37
| | | | | | | | | | | | | | | | | | During a PEP 517 build, this directory can later be passed to ``build_py`` via the ``existing_egg_info_dir attribute`` (which in turn avoids re-running ``egg_info`` to create a manifest).
| * | Fix linting errorsAnderson Bravalheri2022-06-202-11/+4
| | |
| * | Make it possible for build_ext to export the output mappingAnderson Bravalheri2022-06-191-28/+90
| | |
| * | Make it possible for build_py to export the output mappingAnderson Bravalheri2022-06-191-8/+41
| | |
| * | build_py: Allow get_outputs() to work without re-running egg-infoAnderson Bravalheri2022-06-181-3/+14
| | |
| * | Add warning with information for the user about link treeAnderson Bravalheri2022-06-161-0/+18
| | |
| * | Ensure new options for dist-info workAnderson Bravalheri2022-06-161-6/+11
| | |
| * | Add translator for config_settings to build_metaAnderson Bravalheri2022-06-161-1/+15
| | |
| * | Avoid adding PathEntryFinder if not necessaryAnderson Bravalheri2022-06-151-0/+4
| | |
| * | Add missing methods to PathEntryFinderAnderson Bravalheri2022-06-151-4/+10
| | |
| * | Correctly handle namespace spec via PathEntryFinderAnderson Bravalheri2022-06-151-39/+65
| | |
| * | Allow egg-info directory to be ignored in manifestAnderson Bravalheri2022-06-152-1/+24
| | |
| * | Improve clarity of 'editable_wheel' codeAnderson Bravalheri2022-06-151-41/+58
| | |
| * | Add LinkTree strategy for build executableAnderson Bravalheri2022-06-153-43/+139
| | |
| * | Fix error with Python 3.7Anderson Bravalheri2022-06-151-2/+2
| | |
| * | Add logging messages to editable installAnderson Bravalheri2022-06-151-4/+19
| | |
| * | Make sure top-level modules can be imported in editable installAnderson Bravalheri2022-06-151-1/+13
| | |
| * | Add editable strategy with MetaPathFinder for top-level packagesAnderson Bravalheri2022-06-151-22/+146
| | |
| * | Add template for MetaPathFinder that can be used in editable modeAnderson Bravalheri2022-06-151-0/+55
| | |
| * | Rename variable for clarityAnderson Bravalheri2022-06-151-2/+2
| | |
| * | Reorganise editable_wheel to allow different strategiesAnderson Bravalheri2022-06-151-20/+116
| | |
| * | Remove unused functionAnderson Bravalheri2022-06-151-17/+0
| | |
| * | Temporarily support deprecated namespace packagesAnderson Bravalheri2022-06-151-5/+33
| | |
| * | 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
| | | | | | | | | | | | | | | | Original author: Anderson Bravalheri
| | | * Fix flake8 errorAnderson Bravalheri2022-04-111-0/+1
| | | |
| | | * Add setuptools.command.buildIsuru Fernando2022-04-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | In order to override distutils.command.build on downstream projects it is good to have a setuptools specific command which allows downstream projects to avoid importing distutils.
| | * | Change warning about namespace packages and data filesAnderson Bravalheri2022-06-091-3/+4
| | | | | | | | | | | | | | | | This follows a suggestion given by users to improve clarity.
| | * | Improve warning message for package data abuseAnderson Bravalheri2022-06-051-5/+6
| | | |
| | * | Update setuptools/command/build_py.pyAnderson Bravalheri2022-05-181-1/+1
| | | | | | | | | | | | Co-authored-by: Michał Górny <mgorny@gentoo.org>
| | * | 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 ↵Anderson Bravalheri2022-05-161-2/+52
| | |\ \ | | | | | | | | | | | | | | | when include_package_data=True (#3308)
| | | * | Simplify checks for abuse of include_package_dataAnderson Bravalheri2022-05-061-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the checks would result in a warning per module additionally to the parent package. Now only one warning per parent package is issued.
| | | * | Warn about packages/modules included as package dataAnderson Bravalheri2022-05-051-2/+54
| | | |/