I'm trying to conceive of a way to produce a `pypr...
# plugins
f
I'm trying to conceive of a way to produce a
pyproject.toml
that describes some subset of my repo. Kinda like
python_distribution
only I don't want to produce a wheel. I was thinking I could use an adhoc_tool for this, since it feels like source generation, but I'm not sure how to grab project metadata like that inside the sandbox for the tool. Guess I need a plugin?
1
hmm maybe I can just make it build an sdist