We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The full license text sometimes appears in the output of pdm list
pdm list
This is because the license file is somtimes in the package medata.
license = { file="LICENSE" } in pyproject.toml
pdm list --fields name,version,licenses
See how the full license text appears in the search export.
╭────────────────────────────┬────────────────────────────────┬───────────────────────────────────────────────────────────────────────────────╮ │ name │ version │ licenses │ ├────────────────────────────┼────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────┤ │ Arpeggio │ 2.0.0 │ MIT │ │ arrow │ 1.2.3 │ Apache 2.0 │ │ attrs │ 23.1.0 │ MIT License │ │ binaryornot │ 0.4.4 │ BSD │ ... │ platformdirs │ 3.10.0 │ MIT License │ │ pluggy │ 1.2.0 │ MIT │ │ plumbum │ 1.8.2 │ Copyright (c) 2013 Tomer Filiba ([email protected]) │ │ │ │ │ │ │ │ Permission is hereby granted, free of charge, to any person obtaining a copy │ │ │ │ of this software and associated documentation files (the "Software"), to deal │ │ │ │ in the Software without restriction, including without limitation the rights │ │ │ │ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell │
The list should only include the short form name of the license.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The full license text sometimes appears in the output of
pdm list
This is because the license file is somtimes in the package medata.
Steps to reproduce
Actual behavior
See how the full license text appears in the search export.
Expected behavior
The list should only include the short form name of the license.
The text was updated successfully, but these errors were encountered: