Support generate --meta uv
#1241
johnthagen
started this conversation in
Feature request
Replies: 1 comment
-
The only PDM specific parts of [tool.pdm]
distribution = true
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend" Also, requires-python = ">=3.9,<4.0" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
uv
is poised to become the most popular Python package manager, overtaking Poetry, PDM, etc.It would be great to support
generate --meta uv
as an option. This should be very similar topdm
format given the similarity in using standardpyproject.toml
fields.Beta Was this translation helpful? Give feedback.
All reactions