summaryrefslogtreecommitdiff
path: root/setuptools/command/dist_info.py
Commit message (Collapse)AuthorAgeFilesLines
* Cluster deprecations due_dateAnderson Bravalheri2023-03-071-1/+1
|
* Use new warnings in setuptools/command/dist_info.pyAnderson Bravalheri2023-03-071-2/+3
|
* Import SetuptoolsDeprecationWarning from setuptools.warningsAnderson Bravalheri2023-03-061-1/+1
|
* Small rewording for user-facing text/docsAnderson Bravalheri2023-02-131-1/+1
|
* Reduce usage of pkg_resources (#3792)Anderson Bravalheri2023-02-131-34/+6
|\
| * Fix dist-info naming discrepancy in relation to bdist_wheelAnderson Bravalheri2023-01-241-2/+2
| |
| * Extract normalization functions from editable_wheel and dist_info into own ↵Anderson Bravalheri2023-01-231-34/+6
| | | | | | | | module
* | Clarify 'editable_wheel' and 'dist_info' are internal commands onlyAnderson Bravalheri2023-02-131-1/+5
|/
* 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).
* 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 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
|
* Improve warning message for dist_info._versionAnderson Bravalheri2022-05-181-1/+2
|
* Change dist_info naming to use the same convention as bdist_wheelAnderson Bravalheri2022-03-291-1/+33
|
* dist_info: re-finalize the egg_info optionsxoviat2017-10-151-0/+1
|
* dist_info: create the egg_info in the same locationxoviat2017-10-151-6/+1
| | | | | | This change is a small simplification that simply creates the egg_info directory in the egg_base location; it's a minor cleanup that results in some read and it helps with read-only directories (the egg_info directory is uncontrollable).
* commands: dist_info: say something!xoviat2017-10-131-2/+5
| | | | The dist_info command did not say anything like other commands did. This gives some more helpful information.
* dist_info: implement commandxoviat2017-09-071-0/+37